[INFO] cloning repository https://github.com/belovdv/crite
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/belovdv/crite" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbelovdv%2Fcrite", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbelovdv%2Fcrite'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 65dae8c2cfe6184520decfe8a947e1e88110f5be
[INFO] testing belovdv/crite against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbelovdv%2Fcrite" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/belovdv/crite
[INFO] finished tweaking git repo https://github.com/belovdv/crite
[INFO] tweaked toml for git repo https://github.com/belovdv/crite written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/belovdv/crite on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/belovdv/crite already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ea586ebb1f2eefe1c39a95f0ed74f2f9bab762fbb3d2e54f256c71e911c0d76d
[INFO] running `Command { std: "docker" "start" "ea586ebb1f2eefe1c39a95f0ed74f2f9bab762fbb3d2e54f256c71e911c0d76d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea586ebb1f2eefe1c39a95f0ed74f2f9bab762fbb3d2e54f256c71e911c0d76d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ea586ebb1f2eefe1c39a95f0ed74f2f9bab762fbb3d2e54f256c71e911c0d76d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ea586ebb1f2eefe1c39a95f0ed74f2f9bab762fbb3d2e54f256c71e911c0d76d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ea586ebb1f2eefe1c39a95f0ed74f2f9bab762fbb3d2e54f256c71e911c0d76d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling dot-structures v0.1.2
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling dot-generator v0.2.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling into-attr v0.1.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.47
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling bitmaps v2.1.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling im-rc v15.1.0
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling bumpalo v3.20.2
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling utils v0.1.0 (/opt/rustwide/workdir/crates/utils)
[INFO] [stderr]    Compiling sized-chunks v0.6.5
[INFO] [stderr]    Compiling list_macro v0.1.0 (/opt/rustwide/workdir/crates/list_macro)
[INFO] [stderr]    Compiling blake3 v1.8.4
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling jiff v0.2.23
[INFO] [stderr]    Compiling list v0.1.0 (/opt/rustwide/workdir/crates/list)
[INFO] [stderr]    Compiling egglog v2.0.0
[INFO] [stderr]    Compiling mimalloc v0.1.50
[INFO] [stderr]    Compiling egglog-numeric-id v2.0.0
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling expr_macro v0.1.0 (/opt/rustwide/workdir/crates/expr_macro)
[INFO] [stderr]    Compiling egglog-concurrency v2.0.0
[INFO] [stderr]    Compiling egglog-add-primitive v2.0.0
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling egglog-union-find v2.0.0
[INFO] [stderr]    Compiling expr v0.1.0 (/opt/rustwide/workdir/crates/expr)
[INFO] [stderr]    Compiling into-attr-derive v0.2.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling easy-smt v0.3.2
[INFO] [stderr]    Compiling graphviz-rust v0.9.7
[INFO] [stderr]    Compiling ordered-float v5.3.0
[INFO] [stderr]    Compiling egglog-reports v2.0.0
[INFO] [stderr]    Compiling egglog-ast v2.0.0
[INFO] [stderr]    Compiling egglog-core-relations v2.0.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling egraph-serialize v0.3.0
[INFO] [stderr]    Compiling env_filter v1.0.1
[INFO] [stderr]    Compiling env_logger v0.11.10
[INFO] [stderr]    Compiling egglog-bridge v2.0.0
[INFO] [stderr]    Compiling egraph v0.1.0 (/opt/rustwide/workdir/crates/egraph)
[INFO] [stderr]    Compiling crite v0.1.0 (/opt/rustwide/workdir/crates/crite)
[INFO] [stderr]    Compiling blbv_cri v0.1.0 (/opt/rustwide/workdir/examples/blbv_cri)
[INFO] [stderr]    Compiling blbv_metrics v0.1.0 (/opt/rustwide/workdir/examples/blbv_metrics)
[INFO] [stderr]    Compiling blbv_ri v0.1.0 (/opt/rustwide/workdir/examples/blbv_ri)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.78s
[INFO] running `Command { std: "docker" "inspect" "ea586ebb1f2eefe1c39a95f0ed74f2f9bab762fbb3d2e54f256c71e911c0d76d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ea586ebb1f2eefe1c39a95f0ed74f2f9bab762fbb3d2e54f256c71e911c0d76d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling list_macro v0.1.0 (/opt/rustwide/workdir/crates/list_macro)
[INFO] [stderr]    Compiling expr_macro v0.1.0 (/opt/rustwide/workdir/crates/expr_macro)
[INFO] [stderr]    Compiling utils v0.1.0 (/opt/rustwide/workdir/crates/utils)
[INFO] [stderr]    Compiling list v0.1.0 (/opt/rustwide/workdir/crates/list)
[INFO] [stderr]    Compiling expr v0.1.0 (/opt/rustwide/workdir/crates/expr)
[INFO] [stderr]    Compiling egraph v0.1.0 (/opt/rustwide/workdir/crates/egraph)
[INFO] [stderr]    Compiling crite v0.1.0 (/opt/rustwide/workdir/crates/crite)
[INFO] [stderr]    Compiling blbv_ri v0.1.0 (/opt/rustwide/workdir/examples/blbv_ri)
[INFO] [stderr]    Compiling blbv_cri v0.1.0 (/opt/rustwide/workdir/examples/blbv_cri)
[INFO] [stderr]    Compiling blbv_metrics v0.1.0 (/opt/rustwide/workdir/examples/blbv_metrics)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.49s
[INFO] running `Command { std: "docker" "inspect" "ea586ebb1f2eefe1c39a95f0ed74f2f9bab762fbb3d2e54f256c71e911c0d76d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ea586ebb1f2eefe1c39a95f0ed74f2f9bab762fbb3d2e54f256c71e911c0d76d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.18s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/blbv_cri-82516b5b9dda56b2)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/blbv_metrics-9bd0e87db574c4af)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/blbv_ri-15cffc29c434b34d)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/crite-f187956c171d31ba)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/simple.rs (/opt/rustwide/target/debug/deps/simple-e12e5d8d7ab20b4d)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test extractor_dag ... ok
[INFO] [stdout] test language ... FAILED
[INFO] [stdout] test incremental ... FAILED
[INFO] [stdout] test explorer ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- language stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'language' (2095) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da4a572 - simple[87d03a34ee54a134]::language
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/tests/simple.rs:127:5
[INFO] [stdout]   35:     0x61fe7da37e77 - simple[87d03a34ee54a134]::language::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/tests/simple.rs:124:14
[INFO] [stdout]   36:     0x61fe7dae4456 - <simple[87d03a34ee54a134]::language::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   37:     0x61fe7dae47fb - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   38:     0x61fe7dae47fb - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   39:     0x61fe7daf1e45 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   40:     0x61fe7daf1e45 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   41:     0x61fe7daf1e45 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   42:     0x61fe7daf1e45 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x61fe7daf1e45 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x61fe7daf1e45 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   45:     0x61fe7daf1e45 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   46:     0x61fe7daec8f4 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   47:     0x61fe7daec8f4 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   48:     0x61fe7daf4f92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   49:     0x61fe7daf4f92 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x61fe7daf4f92 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   51:     0x61fe7daf4f92 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x61fe7daf4f92 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x61fe7daf4f92 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   54:     0x61fe7daf4f92 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   55:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   56:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   57:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   58:     0x75abff5bea64 - clone
[INFO] [stdout]   59:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- explorer stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2100) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   69:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   71:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   72:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   73:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   74:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   75:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   76:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   78:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   79:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   80:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   81:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   82:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   83:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   84:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   85:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   86:     0x75abff5bea64 - clone
[INFO] [stdout]   87:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2110) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   69:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   71:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   72:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   73:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   74:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   75:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   76:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   78:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   79:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   80:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   81:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   82:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   83:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   84:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   85:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   86:     0x75abff5bea64 - clone
[INFO] [stdout]   87:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2107) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   44:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   45:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   46:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   48:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   49:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   52:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   53:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   54:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   55:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   56:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   57:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   58:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   59:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   60:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   61:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   62:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   63:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   64:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   67:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   72:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   73:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   74:     0x75abff5bea64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2099) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da096b0 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:391:12
[INFO] [stdout]   56:     0x61fe7da11b55 - <rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>> as rayon[24144d3b545c1d9d]::iter::plumbing::ProducerCallback<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::callback::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:368:13
[INFO] [stdout]   57:     0x61fe7da3763b - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::IndexedParallelIterator>::with_producer::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:55:18
[INFO] [stdout]   58:     0x61fe7da0a7f4 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge::<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:352:21
[INFO] [stdout]   59:     0x61fe7da3758e - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:30:9
[INFO] [stdout]   60:     0x61fe7da1e307 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:45:19
[INFO] [stdout]   61:     0x61fe7da90882 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:49
[INFO] [stdout]   62:     0x61fe7da8796e - rayon[24144d3b545c1d9d]::iter::collect::collect_with_consumer::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, rayon[24144d3b545c1d9d]::iter::collect::special_extend<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:84:18
[INFO] [stdout]   63:     0x61fe7da87536 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:5
[INFO] [stdout]   64:     0x61fe7daca030 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::ParallelExtend<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::par_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/extend.rs:584:17
[INFO] [stdout]   65:     0x61fe7daaccb1 - rayon[24144d3b545c1d9d]::iter::from_par_iter::collect_extended::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:20:16
[INFO] [stdout]   66:     0x61fe7dac8bb8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::FromParallelIterator<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::from_par_iter::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:33:9
[INFO] [stdout]   67:     0x61fe7da1fb58 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/mod.rs:2058:9
[INFO] [stdout]   68:     0x61fe7da5e752 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:101:14
[INFO] [stdout]   69:     0x61fe7daa4f55 - <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/crite/impl_compact.rs:72:37
[INFO] [stdout]   70:     0x61fe7da933d1 - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/flat_map.rs:124:24
[INFO] [stdout]   71:     0x61fe7da8f35c - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Iter<crite[65ac739fa0b95093]::group::Group>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:174:25
[INFO] [stdout]   72:     0x61fe7dade722 - <rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   73:     0x61fe7da0f858 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   74:     0x61fe7da13fcb - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   75:     0x61fe7da6b82e - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   76:     0x61fe7d9c87af - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   77:     0x61fe7da3524a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   78:     0x61fe7dabb535 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   79:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   80:     0x61fe7da18ce5 - std[73adb7dc35730857]::panicking::catch_unwind::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x61fe7da18ce5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61fe7da8635a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61fe7d9c624f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   84:     0x61fe7d9d9f80 - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   85:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   86:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   87:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   88:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   89:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   90:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   91:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   92:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   93:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   94:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   95:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   96:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   97:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   98:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   99:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  100:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  101:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  102:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  103:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  104:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  105:     0x75abff5bea64 - clone
[INFO] [stdout]  106:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2113) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da096b0 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:391:12
[INFO] [stdout]   56:     0x61fe7da11b55 - <rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>> as rayon[24144d3b545c1d9d]::iter::plumbing::ProducerCallback<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::callback::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:368:13
[INFO] [stdout]   57:     0x61fe7da3763b - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::IndexedParallelIterator>::with_producer::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:55:18
[INFO] [stdout]   58:     0x61fe7da0a7f4 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge::<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:352:21
[INFO] [stdout]   59:     0x61fe7da3758e - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:30:9
[INFO] [stdout]   60:     0x61fe7da1e307 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:45:19
[INFO] [stdout]   61:     0x61fe7da90882 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:49
[INFO] [stdout]   62:     0x61fe7da8796e - rayon[24144d3b545c1d9d]::iter::collect::collect_with_consumer::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, rayon[24144d3b545c1d9d]::iter::collect::special_extend<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:84:18
[INFO] [stdout]   63:     0x61fe7da87536 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:5
[INFO] [stdout]   64:     0x61fe7daca030 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::ParallelExtend<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::par_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/extend.rs:584:17
[INFO] [stdout]   65:     0x61fe7daaccb1 - rayon[24144d3b545c1d9d]::iter::from_par_iter::collect_extended::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:20:16
[INFO] [stdout]   66:     0x61fe7dac8bb8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::FromParallelIterator<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::from_par_iter::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:33:9
[INFO] [stdout]   67:     0x61fe7da1fb58 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/mod.rs:2058:9
[INFO] [stdout]   68:     0x61fe7da5e752 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:101:14
[INFO] [stdout]   69:     0x61fe7daa4f55 - <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/crite/impl_compact.rs:72:37
[INFO] [stdout]   70:     0x61fe7da933d1 - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/flat_map.rs:124:24
[INFO] [stdout]   71:     0x61fe7da8f35c - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Iter<crite[65ac739fa0b95093]::group::Group>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:174:25
[INFO] [stdout]   72:     0x61fe7dade722 - <rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   73:     0x61fe7da0f858 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   74:     0x61fe7da13ec5 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   75:     0x61fe7da6abe8 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   76:     0x61fe7da35f9a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x61fe7dabd445 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   78:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   79:     0x61fe7da1c9b5 - std[73adb7dc35730857]::panicking::catch_unwind::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   80:     0x61fe7da1c9b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   81:     0x61fe7da870ea - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   82:     0x61fe7da67824 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   83:     0x61fe7da5c17f - <rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:531:21
[INFO] [stdout]   84:     0x61fe7d9c8daf - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call::<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   85:     0x61fe7da3584d - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   86:     0x61fe7dabc417 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   87:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   88:     0x61fe7da1a8c5 - std[73adb7dc35730857]::panicking::catch_unwind::<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   89:     0x61fe7da1a8c5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x61fe7da8695a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   91:     0x61fe7d9c749f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call::<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   92:     0x61fe7d9d37b3 - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::LatchRef<rayon_core[dbb2f23646d2fbeb]::latch::LockLatch>, <rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   93:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   94:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   95:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   96:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   97:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   98:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   99:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  100:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  101:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  102:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  103:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  104:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  105:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  106:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  107:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  108:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  109:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  110:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  111:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  112:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  113:     0x75abff5bea64 - clone
[INFO] [stdout]  114:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2098) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   44:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   45:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   46:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   48:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   49:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   52:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   53:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   54:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   55:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   56:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   57:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   58:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   59:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   60:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   61:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   62:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   63:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   64:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   65:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   66:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   67:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   68:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   70:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   71:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   72:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   73:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   74:     0x75abff5bea64 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2110) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   56:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   57:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   60:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   64:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   65:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   66:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   67:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   68:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   69:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   71:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   72:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   73:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   75:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   76:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   77:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   78:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   79:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   80:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   81:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   82:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   83:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   84:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   85:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   86:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   87:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   88:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   89:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   90:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   91:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   92:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   93:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   94:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   95:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   96:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   97:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   98:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   99:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  100:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  101:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  102:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  103:     0x61fe7da096b0 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:391:12
[INFO] [stdout]  104:     0x61fe7da11b55 - <rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>> as rayon[24144d3b545c1d9d]::iter::plumbing::ProducerCallback<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::callback::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:368:13
[INFO] [stdout]  105:     0x61fe7da3763b - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::IndexedParallelIterator>::with_producer::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:55:18
[INFO] [stdout]  106:     0x61fe7da0a7f4 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge::<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:352:21
[INFO] [stdout]  107:     0x61fe7da3758e - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:30:9
[INFO] [stdout]  108:     0x61fe7da1e307 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:45:19
[INFO] [stdout]  109:     0x61fe7da90882 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:49
[INFO] [stdout]  110:     0x61fe7da8796e - rayon[24144d3b545c1d9d]::iter::collect::collect_with_consumer::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, rayon[24144d3b545c1d9d]::iter::collect::special_extend<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:84:18
[INFO] [stdout]  111:     0x61fe7da87536 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:5
[INFO] [stdout]  112:     0x61fe7daca030 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::ParallelExtend<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::par_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/extend.rs:584:17
[INFO] [stdout]  113:     0x61fe7daaccb1 - rayon[24144d3b545c1d9d]::iter::from_par_iter::collect_extended::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:20:16
[INFO] [stdout]  114:     0x61fe7dac8bb8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::FromParallelIterator<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::from_par_iter::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:33:9
[INFO] [stdout]  115:     0x61fe7da1fb58 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/mod.rs:2058:9
[INFO] [stdout]  116:     0x61fe7da5e752 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:101:14
[INFO] [stdout]  117:     0x61fe7daa4f55 - <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/crite/impl_compact.rs:72:37
[INFO] [stdout]  118:     0x61fe7da933d1 - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/flat_map.rs:124:24
[INFO] [stdout]  119:     0x61fe7da8f35c - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Iter<crite[65ac739fa0b95093]::group::Group>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:174:25
[INFO] [stdout]  120:     0x61fe7dade722 - <rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]  121:     0x61fe7da0f858 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]  122:     0x61fe7da13ec5 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]  123:     0x61fe7da6abe8 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]  124:     0x61fe7da35f9a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  125:     0x61fe7dabd445 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  126:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  127:     0x61fe7da1c9b5 - std[73adb7dc35730857]::panicking::catch_unwind::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  128:     0x61fe7da1c9b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  129:     0x61fe7da870ea - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  130:     0x61fe7da67824 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  131:     0x61fe7da5c17f - <rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:531:21
[INFO] [stdout]  132:     0x61fe7d9c8daf - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call::<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  133:     0x61fe7da3584d - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  134:     0x61fe7dabc417 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  135:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  136:     0x61fe7da1a8c5 - std[73adb7dc35730857]::panicking::catch_unwind::<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  137:     0x61fe7da1a8c5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  138:     0x61fe7da8695a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  139:     0x61fe7d9c749f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call::<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  140:     0x61fe7d9d37b3 - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::LatchRef<rayon_core[dbb2f23646d2fbeb]::latch::LockLatch>, <rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  141:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  142:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  143:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  144:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  145:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]  146:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]  147:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  148:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  149:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  150:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  151:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  152:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  153:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  154:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  155:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  156:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  157:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  158:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  159:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  160:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  161:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  162:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  163:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  164:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  165:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  166:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  167:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  168:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  169:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  170:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  171:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  172:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  173:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  174:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  175:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  176:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  177:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  178:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  179:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  180:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  181:     0x75abff5bea64 - clone
[INFO] [stdout]  182:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2100) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   56:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   57:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   60:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   64:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   65:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   66:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   67:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   68:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   69:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   71:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   72:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   73:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   75:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   76:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   77:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   78:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   79:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   80:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   81:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   82:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   83:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   84:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   85:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   88:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   89:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   90:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   91:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   92:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   93:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   94:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   95:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   96:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   97:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   98:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   99:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  100:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  101:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  102:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  103:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  104:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  105:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  106:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  107:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  108:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  109:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  110:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  111:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  112:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  113:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  114:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  115:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  116:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  117:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  118:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  119:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  120:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  121:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  122:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  123:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  124:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  125:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  126:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  127:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  128:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  129:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  130:     0x75abff5bea64 - clone
[INFO] [stdout]  131:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2108) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   69:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   71:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   72:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   73:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   74:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   75:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   76:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   78:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   79:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   80:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   81:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   82:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   83:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   84:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   85:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   86:     0x75abff5bea64 - clone
[INFO] [stdout]   87:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2109) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   56:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   57:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   60:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   64:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   65:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   66:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   67:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   68:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   69:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   71:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   72:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   73:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   75:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   76:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   77:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   78:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   79:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   80:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   81:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   82:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   83:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   84:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   85:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   86:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   87:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   88:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   89:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   90:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   91:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   92:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   93:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   94:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   95:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   96:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   97:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   98:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   99:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  100:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  101:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  102:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  103:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  104:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  105:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  106:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  107:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  108:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  109:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  110:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  111:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  112:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  113:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  114:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  115:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  116:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  117:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  118:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  119:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  120:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  121:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  122:     0x75abff5bea64 - clone
[INFO] [stdout]  123:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2103) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   56:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   57:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   60:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   64:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   65:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   66:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   67:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   68:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   69:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   70:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   71:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   72:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   73:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   74:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   75:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   76:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   77:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   78:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   79:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   80:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   81:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   82:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   83:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   84:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   85:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   86:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   87:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   88:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   89:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   90:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   91:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   92:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   93:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   94:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   95:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   96:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   97:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   98:     0x75abff5bea64 - clone
[INFO] [stdout]   99:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2112) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   56:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   57:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   60:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   64:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   65:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   66:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   67:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   68:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   69:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   70:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   71:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   72:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   73:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   74:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   75:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   76:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   77:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   78:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   79:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   80:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   81:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   82:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   83:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   84:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   85:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   86:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   87:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   88:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   89:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   90:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   91:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   92:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   93:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   94:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   95:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   96:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   97:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   98:     0x75abff5bea64 - clone
[INFO] [stdout]   99:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2106) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   56:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   57:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   60:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   64:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   65:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   66:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   67:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   68:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   69:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   71:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   72:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   73:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   75:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   76:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   77:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   78:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   79:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   80:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   81:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   82:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   83:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   84:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   85:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   88:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   89:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   90:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   91:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   92:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   93:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   94:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   95:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   96:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   97:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   98:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   99:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  100:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  101:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  102:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  103:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  104:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  105:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  106:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  107:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  108:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  109:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  110:     0x75abff5bea64 - clone
[INFO] [stdout]  111:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2105) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   69:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   71:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   72:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   73:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   74:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   75:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   76:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   78:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   79:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   80:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   81:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   82:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   83:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   84:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   85:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   86:     0x75abff5bea64 - clone
[INFO] [stdout]   87:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2101) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   56:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   57:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   60:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   64:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   65:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   66:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   67:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   68:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   69:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   71:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   72:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   73:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   75:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   76:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   77:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   78:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   79:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   80:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   81:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   82:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   83:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   84:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   85:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   86:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   87:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   88:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   89:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   90:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   91:     0x61fe7da096b0 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:391:12
[INFO] [stdout]   92:     0x61fe7da11b55 - <rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>> as rayon[24144d3b545c1d9d]::iter::plumbing::ProducerCallback<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::callback::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:368:13
[INFO] [stdout]   93:     0x61fe7da3763b - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::IndexedParallelIterator>::with_producer::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:55:18
[INFO] [stdout]   94:     0x61fe7da0a7f4 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge::<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:352:21
[INFO] [stdout]   95:     0x61fe7da3758e - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:30:9
[INFO] [stdout]   96:     0x61fe7da1e307 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:45:19
[INFO] [stdout]   97:     0x61fe7da90882 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:49
[INFO] [stdout]   98:     0x61fe7da8796e - rayon[24144d3b545c1d9d]::iter::collect::collect_with_consumer::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, rayon[24144d3b545c1d9d]::iter::collect::special_extend<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:84:18
[INFO] [stdout]   99:     0x61fe7da87536 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:5
[INFO] [stdout]  100:     0x61fe7daca030 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::ParallelExtend<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::par_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/extend.rs:584:17
[INFO] [stdout]  101:     0x61fe7daaccb1 - rayon[24144d3b545c1d9d]::iter::from_par_iter::collect_extended::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:20:16
[INFO] [stdout]  102:     0x61fe7dac8bb8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::FromParallelIterator<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::from_par_iter::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:33:9
[INFO] [stdout]  103:     0x61fe7da1fb58 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/mod.rs:2058:9
[INFO] [stdout]  104:     0x61fe7da5e752 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:101:14
[INFO] [stdout]  105:     0x61fe7daa4f55 - <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/crite/impl_compact.rs:72:37
[INFO] [stdout]  106:     0x61fe7da933d1 - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/flat_map.rs:124:24
[INFO] [stdout]  107:     0x61fe7da8f35c - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Iter<crite[65ac739fa0b95093]::group::Group>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:174:25
[INFO] [stdout]  108:     0x61fe7dade722 - <rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]  109:     0x61fe7da0f858 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]  110:     0x61fe7da13fcb - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  111:     0x61fe7da6b82e - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  112:     0x61fe7d9c87af - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  113:     0x61fe7da3524a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  114:     0x61fe7dabb535 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  115:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  116:     0x61fe7da18ce5 - std[73adb7dc35730857]::panicking::catch_unwind::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  117:     0x61fe7da18ce5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  118:     0x61fe7da8635a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  119:     0x61fe7d9c624f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  120:     0x61fe7d9d9f80 - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  121:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  122:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  123:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  124:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  125:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  126:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  127:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  128:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  129:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  130:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  131:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  132:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  133:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  134:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  135:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  136:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  137:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  138:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  139:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  140:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  141:     0x75abff5bea64 - clone
[INFO] [stdout]  142:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2102) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   56:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   57:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   60:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   64:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   65:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   66:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   67:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   68:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   69:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   71:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   72:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   73:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   75:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   76:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   77:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   78:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   79:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   80:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   81:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   82:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   83:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   84:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   85:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   88:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   89:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   90:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   91:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   92:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   93:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   94:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   95:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   96:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   97:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   98:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   99:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  100:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  101:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  102:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  103:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  104:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  105:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  106:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  107:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  108:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  109:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  110:     0x75abff5bea64 - clone
[INFO] [stdout]  111:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2111) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   56:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   57:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   60:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   64:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   65:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   66:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   67:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   68:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   69:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   70:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   71:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   72:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   73:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   74:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   75:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   76:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   77:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   78:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   79:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   80:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   81:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   82:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   83:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   84:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   85:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   86:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   87:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   88:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   89:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   90:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   91:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   92:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   93:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   94:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   95:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   96:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   97:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   98:     0x75abff5bea64 - clone
[INFO] [stdout]   99:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2104) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   69:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   71:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   72:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   73:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   74:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   75:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   76:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   77:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   78:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   79:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   80:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   81:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   82:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   83:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   84:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   85:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   86:     0x75abff5bea64 - clone
[INFO] [stdout]   87:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2107) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   56:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   57:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   60:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   64:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   65:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   66:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   67:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   68:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   69:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   70:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   71:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   72:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   73:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   74:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   75:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   76:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   77:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   78:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   79:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   80:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   81:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   82:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   83:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   84:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   85:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   86:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   87:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   88:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   89:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   90:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   91:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   92:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   93:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   94:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   95:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   96:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   97:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   98:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   99:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  100:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  101:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  102:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  103:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  104:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  105:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  106:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  107:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  108:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  109:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  110:     0x75abff5bea64 - clone
[INFO] [stdout]  111:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2099) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   56:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   57:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   60:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   64:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   65:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   66:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   67:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   68:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   69:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   70:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   71:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   72:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   73:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   74:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   75:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   76:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   77:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   78:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   79:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   80:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   81:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   82:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   83:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   84:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   85:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   86:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   87:     0x61fe7da096b0 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:391:12
[INFO] [stdout]   88:     0x61fe7da11b55 - <rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>> as rayon[24144d3b545c1d9d]::iter::plumbing::ProducerCallback<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::callback::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:368:13
[INFO] [stdout]   89:     0x61fe7da3763b - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::IndexedParallelIterator>::with_producer::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:55:18
[INFO] [stdout]   90:     0x61fe7da0a7f4 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge::<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:352:21
[INFO] [stdout]   91:     0x61fe7da3758e - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:30:9
[INFO] [stdout]   92:     0x61fe7da1e307 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:45:19
[INFO] [stdout]   93:     0x61fe7da90882 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:49
[INFO] [stdout]   94:     0x61fe7da8796e - rayon[24144d3b545c1d9d]::iter::collect::collect_with_consumer::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, rayon[24144d3b545c1d9d]::iter::collect::special_extend<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:84:18
[INFO] [stdout]   95:     0x61fe7da87536 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:5
[INFO] [stdout]   96:     0x61fe7daca030 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::ParallelExtend<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::par_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/extend.rs:584:17
[INFO] [stdout]   97:     0x61fe7daaccb1 - rayon[24144d3b545c1d9d]::iter::from_par_iter::collect_extended::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:20:16
[INFO] [stdout]   98:     0x61fe7dac8bb8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::FromParallelIterator<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::from_par_iter::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:33:9
[INFO] [stdout]   99:     0x61fe7da1fb58 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/mod.rs:2058:9
[INFO] [stdout]  100:     0x61fe7da5e752 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:101:14
[INFO] [stdout]  101:     0x61fe7daa4f55 - <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/crite/impl_compact.rs:72:37
[INFO] [stdout]  102:     0x61fe7da933d1 - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/flat_map.rs:124:24
[INFO] [stdout]  103:     0x61fe7da8f35c - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Iter<crite[65ac739fa0b95093]::group::Group>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:174:25
[INFO] [stdout]  104:     0x61fe7dade722 - <rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]  105:     0x61fe7da0f858 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]  106:     0x61fe7da13fcb - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  107:     0x61fe7da6b82e - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  108:     0x61fe7d9c87af - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  109:     0x61fe7da3524a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  110:     0x61fe7dabb535 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  111:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  112:     0x61fe7da18ce5 - std[73adb7dc35730857]::panicking::catch_unwind::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  113:     0x61fe7da18ce5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  114:     0x61fe7da8635a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  115:     0x61fe7d9c624f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  116:     0x61fe7d9d9f80 - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  117:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  118:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  119:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  120:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  121:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  122:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  123:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  124:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  125:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  126:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  127:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  128:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  129:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  130:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  131:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  132:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  133:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  134:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  135:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  136:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  137:     0x75abff5bea64 - clone
[INFO] [stdout]  138:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2113) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   69:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   71:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da096b0 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:391:12
[INFO] [stdout]   76:     0x61fe7da11b55 - <rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>> as rayon[24144d3b545c1d9d]::iter::plumbing::ProducerCallback<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::callback::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:368:13
[INFO] [stdout]   77:     0x61fe7da3763b - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::IndexedParallelIterator>::with_producer::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:55:18
[INFO] [stdout]   78:     0x61fe7da0a7f4 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge::<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:352:21
[INFO] [stdout]   79:     0x61fe7da3758e - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:30:9
[INFO] [stdout]   80:     0x61fe7da1e307 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:45:19
[INFO] [stdout]   81:     0x61fe7da90882 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:49
[INFO] [stdout]   82:     0x61fe7da8796e - rayon[24144d3b545c1d9d]::iter::collect::collect_with_consumer::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, rayon[24144d3b545c1d9d]::iter::collect::special_extend<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:84:18
[INFO] [stdout]   83:     0x61fe7da87536 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:5
[INFO] [stdout]   84:     0x61fe7daca030 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::ParallelExtend<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::par_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/extend.rs:584:17
[INFO] [stdout]   85:     0x61fe7daaccb1 - rayon[24144d3b545c1d9d]::iter::from_par_iter::collect_extended::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:20:16
[INFO] [stdout]   86:     0x61fe7dac8bb8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::FromParallelIterator<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::from_par_iter::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:33:9
[INFO] [stdout]   87:     0x61fe7da1fb58 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/mod.rs:2058:9
[INFO] [stdout]   88:     0x61fe7da5e752 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:101:14
[INFO] [stdout]   89:     0x61fe7daa4f55 - <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/crite/impl_compact.rs:72:37
[INFO] [stdout]   90:     0x61fe7da933d1 - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/flat_map.rs:124:24
[INFO] [stdout]   91:     0x61fe7da8f35c - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Iter<crite[65ac739fa0b95093]::group::Group>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:174:25
[INFO] [stdout]   92:     0x61fe7dade722 - <rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   93:     0x61fe7da0f858 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   94:     0x61fe7da13ec5 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   95:     0x61fe7da6abe8 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   96:     0x61fe7da35f9a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   97:     0x61fe7dabd445 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   98:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   99:     0x61fe7da1c9b5 - std[73adb7dc35730857]::panicking::catch_unwind::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  100:     0x61fe7da1c9b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  101:     0x61fe7da870ea - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  102:     0x61fe7da67824 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  103:     0x61fe7da5c17f - <rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:531:21
[INFO] [stdout]  104:     0x61fe7d9c8daf - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call::<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  105:     0x61fe7da3584d - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  106:     0x61fe7dabc417 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  107:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  108:     0x61fe7da1a8c5 - std[73adb7dc35730857]::panicking::catch_unwind::<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  109:     0x61fe7da1a8c5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  110:     0x61fe7da8695a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  111:     0x61fe7d9c749f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call::<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  112:     0x61fe7d9d37b3 - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::LatchRef<rayon_core[dbb2f23646d2fbeb]::latch::LockLatch>, <rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  113:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  114:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  115:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  116:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  117:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  118:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  119:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  120:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  121:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  122:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  123:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  124:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  125:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  126:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  127:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  128:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  129:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  130:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  131:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  132:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  133:     0x75abff5bea64 - clone
[INFO] [stdout]  134:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2098) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   56:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   57:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   59:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   60:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   63:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   64:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   65:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   66:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   67:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   68:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   69:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   70:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   71:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   72:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   73:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   74:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   75:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   76:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   77:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   78:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   79:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   80:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   81:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   82:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   83:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   84:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   85:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   86:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   87:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   88:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   89:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   90:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   91:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   92:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   93:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   94:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   95:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   96:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   97:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   98:     0x75abff5bea64 - clone
[INFO] [stdout]   99:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2110) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   69:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   71:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   76:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   77:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   78:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   79:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   80:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   84:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   85:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   86:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   87:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   88:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   89:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   90:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   91:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   92:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   93:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   95:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   96:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   97:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   98:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   99:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]  100:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]  101:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  102:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  103:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  104:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  105:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  106:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  107:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  108:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  109:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  110:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  111:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]  112:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]  113:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  114:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  115:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  116:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  117:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  118:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  119:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  120:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  121:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  122:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  123:     0x61fe7da096b0 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:391:12
[INFO] [stdout]  124:     0x61fe7da11b55 - <rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>> as rayon[24144d3b545c1d9d]::iter::plumbing::ProducerCallback<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::callback::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:368:13
[INFO] [stdout]  125:     0x61fe7da3763b - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::IndexedParallelIterator>::with_producer::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:55:18
[INFO] [stdout]  126:     0x61fe7da0a7f4 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge::<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:352:21
[INFO] [stdout]  127:     0x61fe7da3758e - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:30:9
[INFO] [stdout]  128:     0x61fe7da1e307 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:45:19
[INFO] [stdout]  129:     0x61fe7da90882 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:49
[INFO] [stdout]  130:     0x61fe7da8796e - rayon[24144d3b545c1d9d]::iter::collect::collect_with_consumer::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, rayon[24144d3b545c1d9d]::iter::collect::special_extend<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:84:18
[INFO] [stdout]  131:     0x61fe7da87536 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:5
[INFO] [stdout]  132:     0x61fe7daca030 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::ParallelExtend<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::par_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/extend.rs:584:17
[INFO] [stdout]  133:     0x61fe7daaccb1 - rayon[24144d3b545c1d9d]::iter::from_par_iter::collect_extended::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:20:16
[INFO] [stdout]  134:     0x61fe7dac8bb8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::FromParallelIterator<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::from_par_iter::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:33:9
[INFO] [stdout]  135:     0x61fe7da1fb58 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/mod.rs:2058:9
[INFO] [stdout]  136:     0x61fe7da5e752 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:101:14
[INFO] [stdout]  137:     0x61fe7daa4f55 - <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/crite/impl_compact.rs:72:37
[INFO] [stdout]  138:     0x61fe7da933d1 - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/flat_map.rs:124:24
[INFO] [stdout]  139:     0x61fe7da8f35c - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Iter<crite[65ac739fa0b95093]::group::Group>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:174:25
[INFO] [stdout]  140:     0x61fe7dade722 - <rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]  141:     0x61fe7da0f858 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]  142:     0x61fe7da13ec5 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]  143:     0x61fe7da6abe8 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]  144:     0x61fe7da35f9a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  145:     0x61fe7dabd445 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  146:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  147:     0x61fe7da1c9b5 - std[73adb7dc35730857]::panicking::catch_unwind::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  148:     0x61fe7da1c9b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  149:     0x61fe7da870ea - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  150:     0x61fe7da67824 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  151:     0x61fe7da5c17f - <rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:531:21
[INFO] [stdout]  152:     0x61fe7d9c8daf - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call::<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  153:     0x61fe7da3584d - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  154:     0x61fe7dabc417 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  155:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  156:     0x61fe7da1a8c5 - std[73adb7dc35730857]::panicking::catch_unwind::<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  157:     0x61fe7da1a8c5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  158:     0x61fe7da8695a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  159:     0x61fe7d9c749f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call::<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  160:     0x61fe7d9d37b3 - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::LatchRef<rayon_core[dbb2f23646d2fbeb]::latch::LockLatch>, <rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  161:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  162:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  163:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  164:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  165:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]  166:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]  167:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  168:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  169:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  170:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  171:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  172:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  173:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  174:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  175:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  176:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  177:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  178:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  179:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  180:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  181:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  182:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  183:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  184:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  185:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  186:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  187:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  188:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  189:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  190:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  191:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  192:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  193:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  194:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  195:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  196:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  197:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  198:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  199:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  200:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  201:     0x75abff5bea64 - clone
[INFO] [stdout]  202:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2100) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   69:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   71:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   76:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   77:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   78:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   79:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   80:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   84:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   85:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   86:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   87:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   88:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   89:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   90:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   91:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   92:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   93:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   95:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   96:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   97:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   98:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   99:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  100:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  101:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  102:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  103:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  104:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  105:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  106:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  107:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  108:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  109:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  110:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  111:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  112:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  113:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  114:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]  115:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]  116:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  117:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  118:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  119:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  120:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  121:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  122:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  123:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  124:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  125:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  126:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  127:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  128:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  129:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  130:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  131:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  132:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  133:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  134:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  135:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  136:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  137:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  138:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  139:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  140:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  141:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  142:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  143:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  144:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  145:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  146:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  147:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  148:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  149:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  150:     0x75abff5bea64 - clone
[INFO] [stdout]  151:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2108) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   44:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   45:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   46:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   48:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   49:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   52:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   53:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   54:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   55:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   56:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   57:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   58:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   59:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   60:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   61:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   62:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   63:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   64:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   65:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   66:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   68:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   69:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   72:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   73:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   74:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   75:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   76:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   77:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   78:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   79:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   80:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   81:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   82:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   83:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   84:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   85:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   86:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   87:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   90:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   92:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   93:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   94:     0x75abff5bea64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2109) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   69:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   71:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   76:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   77:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   78:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   79:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   80:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   84:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   85:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   86:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   87:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   88:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   89:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   90:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   91:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   92:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   93:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   95:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   96:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   97:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   98:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   99:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]  100:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]  101:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  102:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  103:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  104:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  105:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  106:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  107:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  108:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  109:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  110:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  111:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  112:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  113:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  114:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  115:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  116:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  117:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  118:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  119:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  120:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  121:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  122:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  123:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  124:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  125:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  126:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  127:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  128:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  129:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  130:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  131:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  132:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  133:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  134:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  135:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  136:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  137:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  138:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  139:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  140:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  141:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  142:     0x75abff5bea64 - clone
[INFO] [stdout]  143:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2103) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   69:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   71:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   76:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   77:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   78:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   79:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   80:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   84:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   85:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   86:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   87:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   88:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   89:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   90:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   91:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   92:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   93:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   94:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   95:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   96:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   97:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   98:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   99:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  100:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  101:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  102:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  103:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  104:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  105:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  106:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  107:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  108:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  109:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  110:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  111:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  112:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  113:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  114:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  115:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  116:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  117:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  118:     0x75abff5bea64 - clone
[INFO] [stdout]  119:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2112) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   44:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   45:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   46:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   48:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   49:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   52:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   53:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   54:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   55:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   56:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   57:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   58:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   59:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   60:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   61:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   62:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   63:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   64:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   65:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   67:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   68:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   71:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   76:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   77:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   78:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   79:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   80:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   81:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   82:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   83:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   84:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   85:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   86:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   87:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   88:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   89:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   90:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   91:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   92:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   93:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   94:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   95:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   96:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   97:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   98:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   99:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  100:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  101:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  102:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  103:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  104:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  105:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  106:     0x75abff5bea64 - clone
[INFO] [stdout]  107:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2106) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   69:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   71:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   76:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   77:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   78:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   79:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   80:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   84:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   85:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   86:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   87:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   88:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   89:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   90:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   91:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   92:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   93:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   95:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   96:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   97:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   98:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   99:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  100:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  101:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  102:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  103:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  104:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  105:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  106:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  107:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  108:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  109:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  110:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  111:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  112:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  113:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  114:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  115:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  116:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  117:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  118:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  119:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  120:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  121:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  122:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  123:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  124:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  125:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  126:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  127:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  128:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  129:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  130:     0x75abff5bea64 - clone
[INFO] [stdout]  131:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2105) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   69:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   71:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   76:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   77:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   78:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   79:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   80:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   81:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   82:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   83:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   84:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   85:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   86:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   87:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   88:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   89:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   90:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   91:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   92:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   93:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   94:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   95:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   96:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   97:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   98:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   99:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  100:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  101:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  102:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  103:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  104:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  105:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  106:     0x75abff5bea64 - clone
[INFO] [stdout]  107:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2101) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   44:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   45:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   46:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   48:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   49:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   52:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   53:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   54:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   55:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   56:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   57:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   58:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   59:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   60:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   61:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   62:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   63:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   64:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   65:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   67:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   68:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   71:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   76:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   77:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   78:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   79:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   80:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   84:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   85:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   86:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   87:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   88:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   89:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   90:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   91:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   92:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   93:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   95:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   96:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   97:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   98:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   99:     0x61fe7da096b0 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:391:12
[INFO] [stdout]  100:     0x61fe7da11b55 - <rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>> as rayon[24144d3b545c1d9d]::iter::plumbing::ProducerCallback<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::callback::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:368:13
[INFO] [stdout]  101:     0x61fe7da3763b - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::IndexedParallelIterator>::with_producer::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:55:18
[INFO] [stdout]  102:     0x61fe7da0a7f4 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge::<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:352:21
[INFO] [stdout]  103:     0x61fe7da3758e - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:30:9
[INFO] [stdout]  104:     0x61fe7da1e307 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:45:19
[INFO] [stdout]  105:     0x61fe7da90882 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:49
[INFO] [stdout]  106:     0x61fe7da8796e - rayon[24144d3b545c1d9d]::iter::collect::collect_with_consumer::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, rayon[24144d3b545c1d9d]::iter::collect::special_extend<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:84:18
[INFO] [stdout]  107:     0x61fe7da87536 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:5
[INFO] [stdout]  108:     0x61fe7daca030 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::ParallelExtend<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::par_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/extend.rs:584:17
[INFO] [stdout]  109:     0x61fe7daaccb1 - rayon[24144d3b545c1d9d]::iter::from_par_iter::collect_extended::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:20:16
[INFO] [stdout]  110:     0x61fe7dac8bb8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::FromParallelIterator<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::from_par_iter::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:33:9
[INFO] [stdout]  111:     0x61fe7da1fb58 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/mod.rs:2058:9
[INFO] [stdout]  112:     0x61fe7da5e752 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:101:14
[INFO] [stdout]  113:     0x61fe7daa4f55 - <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/crite/impl_compact.rs:72:37
[INFO] [stdout]  114:     0x61fe7da933d1 - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/flat_map.rs:124:24
[INFO] [stdout]  115:     0x61fe7da8f35c - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Iter<crite[65ac739fa0b95093]::group::Group>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:174:25
[INFO] [stdout]  116:     0x61fe7dade722 - <rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]  117:     0x61fe7da0f858 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]  118:     0x61fe7da13fcb - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  119:     0x61fe7da6b82e - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  120:     0x61fe7d9c87af - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  121:     0x61fe7da3524a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  122:     0x61fe7dabb535 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  123:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  124:     0x61fe7da18ce5 - std[73adb7dc35730857]::panicking::catch_unwind::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  125:     0x61fe7da18ce5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  126:     0x61fe7da8635a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  127:     0x61fe7d9c624f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  128:     0x61fe7d9d9f80 - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  129:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  130:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  131:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  132:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  133:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  134:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  135:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  136:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  137:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  138:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  139:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  140:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  141:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  142:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  143:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  144:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  145:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  146:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  147:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  148:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  149:     0x75abff5bea64 - clone
[INFO] [stdout]  150:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2102) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   69:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   71:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   76:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   77:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   78:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   79:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   80:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   84:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   85:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   86:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   87:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   88:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   89:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   90:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   91:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   92:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   93:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   94:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   95:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   96:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   97:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   98:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   99:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  100:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  101:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  102:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  103:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  104:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  105:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  106:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  107:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  108:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  109:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  110:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  111:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  112:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  113:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  114:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  115:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  116:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  117:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  118:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  119:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  120:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  121:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  122:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  123:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  124:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  125:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  126:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  127:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  128:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  129:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  130:     0x75abff5bea64 - clone
[INFO] [stdout]  131:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2111) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   69:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   71:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   76:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   77:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   78:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   79:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   80:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   84:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   85:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   86:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   87:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   88:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   89:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   90:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   91:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   92:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   93:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   94:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   95:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   96:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   97:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   98:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   99:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  100:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  101:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  102:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  103:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  104:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  105:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  106:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  107:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  108:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  109:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  110:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  111:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  112:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  113:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  114:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  115:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  116:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  117:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  118:     0x75abff5bea64 - clone
[INFO] [stdout]  119:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2104) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   44:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   45:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   46:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   48:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   49:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   52:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   53:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   54:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   55:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   56:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   57:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   58:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   59:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   60:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   61:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   62:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   63:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   64:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   65:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   66:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   68:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   69:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   72:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   73:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   74:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   75:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   76:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   77:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   78:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]   79:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]   80:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]   81:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]   82:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   83:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   84:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   85:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   86:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]   87:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   88:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   89:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   90:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   91:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   92:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   93:     0x75abff531aa4 - <unknown>
[INFO] [stdout]   94:     0x75abff5bea64 - clone
[INFO] [stdout]   95:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2107) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   44:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   45:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   46:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   48:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   49:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   52:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   53:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   54:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   55:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   56:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   57:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   58:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   59:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   60:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   61:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   62:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   63:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   64:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   65:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   67:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   68:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   71:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   76:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   77:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   78:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   79:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   80:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   84:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   85:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   86:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   87:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   88:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   89:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   90:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   91:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   92:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   93:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   94:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   95:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   96:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   97:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   98:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   99:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  100:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  101:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  102:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  103:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  104:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  105:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  106:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  107:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  108:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  109:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  110:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  111:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  112:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  113:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  114:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  115:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  116:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  117:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  118:     0x75abff5bea64 - clone
[INFO] [stdout]  119:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2099) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   44:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   45:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   46:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   48:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   49:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   52:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   53:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   54:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   55:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   56:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   57:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   58:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   59:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   60:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   61:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   62:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   63:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   64:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   65:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   66:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   67:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   68:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   69:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   70:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   71:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   76:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   77:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   78:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   79:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   80:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   81:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   82:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   83:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   84:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   85:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   86:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   87:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   88:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   89:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   90:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   91:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   92:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   93:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   94:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   95:     0x61fe7da096b0 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:391:12
[INFO] [stdout]   96:     0x61fe7da11b55 - <rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>> as rayon[24144d3b545c1d9d]::iter::plumbing::ProducerCallback<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::callback::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:368:13
[INFO] [stdout]   97:     0x61fe7da3763b - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::IndexedParallelIterator>::with_producer::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:55:18
[INFO] [stdout]   98:     0x61fe7da0a7f4 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge::<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:352:21
[INFO] [stdout]   99:     0x61fe7da3758e - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:30:9
[INFO] [stdout]  100:     0x61fe7da1e307 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:45:19
[INFO] [stdout]  101:     0x61fe7da90882 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:49
[INFO] [stdout]  102:     0x61fe7da8796e - rayon[24144d3b545c1d9d]::iter::collect::collect_with_consumer::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, rayon[24144d3b545c1d9d]::iter::collect::special_extend<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:84:18
[INFO] [stdout]  103:     0x61fe7da87536 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:5
[INFO] [stdout]  104:     0x61fe7daca030 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::ParallelExtend<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::par_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/extend.rs:584:17
[INFO] [stdout]  105:     0x61fe7daaccb1 - rayon[24144d3b545c1d9d]::iter::from_par_iter::collect_extended::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:20:16
[INFO] [stdout]  106:     0x61fe7dac8bb8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::FromParallelIterator<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::from_par_iter::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:33:9
[INFO] [stdout]  107:     0x61fe7da1fb58 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/mod.rs:2058:9
[INFO] [stdout]  108:     0x61fe7da5e752 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:101:14
[INFO] [stdout]  109:     0x61fe7daa4f55 - <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/crite/impl_compact.rs:72:37
[INFO] [stdout]  110:     0x61fe7da933d1 - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/flat_map.rs:124:24
[INFO] [stdout]  111:     0x61fe7da8f35c - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Iter<crite[65ac739fa0b95093]::group::Group>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:174:25
[INFO] [stdout]  112:     0x61fe7dade722 - <rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]  113:     0x61fe7da0f858 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]  114:     0x61fe7da13fcb - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  115:     0x61fe7da6b82e - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  116:     0x61fe7d9c87af - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  117:     0x61fe7da3524a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  118:     0x61fe7dabb535 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  119:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  120:     0x61fe7da18ce5 - std[73adb7dc35730857]::panicking::catch_unwind::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  121:     0x61fe7da18ce5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  122:     0x61fe7da8635a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  123:     0x61fe7d9c624f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  124:     0x61fe7d9d9f80 - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  125:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  126:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  127:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  128:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  129:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  130:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  131:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  132:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  133:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  134:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  135:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  136:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  137:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  138:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  139:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  140:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  141:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  142:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  143:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  144:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  145:     0x75abff5bea64 - clone
[INFO] [stdout]  146:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2113) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   44:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   45:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   46:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   48:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   49:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   52:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   53:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   54:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   55:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   56:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   57:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   58:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   59:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   60:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   61:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   62:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   63:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   64:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   65:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   66:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   68:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   69:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   72:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   73:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   74:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   75:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   76:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   77:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   78:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   79:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   80:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   81:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   82:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   83:     0x61fe7da096b0 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:391:12
[INFO] [stdout]   84:     0x61fe7da11b55 - <rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>> as rayon[24144d3b545c1d9d]::iter::plumbing::ProducerCallback<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::callback::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:368:13
[INFO] [stdout]   85:     0x61fe7da3763b - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::IndexedParallelIterator>::with_producer::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:55:18
[INFO] [stdout]   86:     0x61fe7da0a7f4 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge::<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:352:21
[INFO] [stdout]   87:     0x61fe7da3758e - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:30:9
[INFO] [stdout]   88:     0x61fe7da1e307 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:45:19
[INFO] [stdout]   89:     0x61fe7da90882 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:49
[INFO] [stdout]   90:     0x61fe7da8796e - rayon[24144d3b545c1d9d]::iter::collect::collect_with_consumer::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, rayon[24144d3b545c1d9d]::iter::collect::special_extend<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:84:18
[INFO] [stdout]   91:     0x61fe7da87536 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:5
[INFO] [stdout]   92:     0x61fe7daca030 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::ParallelExtend<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::par_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/extend.rs:584:17
[INFO] [stdout]   93:     0x61fe7daaccb1 - rayon[24144d3b545c1d9d]::iter::from_par_iter::collect_extended::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:20:16
[INFO] [stdout]   94:     0x61fe7dac8bb8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::FromParallelIterator<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::from_par_iter::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:33:9
[INFO] [stdout]   95:     0x61fe7da1fb58 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/mod.rs:2058:9
[INFO] [stdout]   96:     0x61fe7da5e752 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:101:14
[INFO] [stdout]   97:     0x61fe7daa4f55 - <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/crite/impl_compact.rs:72:37
[INFO] [stdout]   98:     0x61fe7da933d1 - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/flat_map.rs:124:24
[INFO] [stdout]   99:     0x61fe7da8f35c - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Iter<crite[65ac739fa0b95093]::group::Group>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:174:25
[INFO] [stdout]  100:     0x61fe7dade722 - <rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]  101:     0x61fe7da0f858 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]  102:     0x61fe7da13ec5 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]  103:     0x61fe7da6abe8 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]  104:     0x61fe7da35f9a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  105:     0x61fe7dabd445 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  106:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  107:     0x61fe7da1c9b5 - std[73adb7dc35730857]::panicking::catch_unwind::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  108:     0x61fe7da1c9b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  109:     0x61fe7da870ea - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  110:     0x61fe7da67824 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  111:     0x61fe7da5c17f - <rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:531:21
[INFO] [stdout]  112:     0x61fe7d9c8daf - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call::<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  113:     0x61fe7da3584d - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  114:     0x61fe7dabc417 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  115:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  116:     0x61fe7da1a8c5 - std[73adb7dc35730857]::panicking::catch_unwind::<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  117:     0x61fe7da1a8c5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  118:     0x61fe7da8695a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  119:     0x61fe7d9c749f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call::<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  120:     0x61fe7d9d37b3 - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::LatchRef<rayon_core[dbb2f23646d2fbeb]::latch::LockLatch>, <rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  121:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  122:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  123:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  124:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  125:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  126:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  127:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  128:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  129:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  130:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  131:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  132:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  133:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  134:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  135:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  136:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  137:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  138:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  139:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  140:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  141:     0x75abff5bea64 - clone
[INFO] [stdout]  142:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2098) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   69:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   71:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   76:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   77:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   78:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   79:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   80:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   83:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   84:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   85:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   86:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   87:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   88:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   89:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   90:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   91:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   92:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   93:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   94:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   95:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   96:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   97:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   98:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   99:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  100:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  101:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  102:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  103:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  104:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  105:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  106:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  107:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  108:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  109:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  110:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  111:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  112:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  113:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  114:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  115:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  116:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  117:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  118:     0x75abff5bea64 - clone
[INFO] [stdout]  119:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2110) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   44:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   45:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   46:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   47:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   48:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   49:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   52:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   53:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   54:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   55:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   56:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   57:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   58:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   59:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   60:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   61:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   62:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   63:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   64:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   65:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   66:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   67:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   68:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   69:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   70:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   71:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   72:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   73:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   74:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   75:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   76:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   77:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   78:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   79:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   80:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   81:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   82:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   83:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   84:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   85:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   86:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   87:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   88:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   89:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   90:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   91:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   92:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   93:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   94:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   95:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   96:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   97:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   98:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   99:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  100:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  101:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  102:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  103:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  104:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  105:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  106:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  107:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]  108:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]  109:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  110:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  111:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  112:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  113:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  114:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  115:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  116:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  117:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  118:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  119:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]  120:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]  121:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  122:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  123:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  124:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  125:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  126:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  127:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  128:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  129:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  130:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  131:     0x61fe7da096b0 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:391:12
[INFO] [stdout]  132:     0x61fe7da11b55 - <rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>> as rayon[24144d3b545c1d9d]::iter::plumbing::ProducerCallback<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::callback::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:368:13
[INFO] [stdout]  133:     0x61fe7da3763b - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::IndexedParallelIterator>::with_producer::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge::Callback<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:55:18
[INFO] [stdout]  134:     0x61fe7da0a7f4 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge::<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:352:21
[INFO] [stdout]  135:     0x61fe7da3758e - <rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/slice/windows.rs:30:9
[INFO] [stdout]  136:     0x61fe7da1e307 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::drive_unindexed::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:45:19
[INFO] [stdout]  137:     0x61fe7da90882 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:49
[INFO] [stdout]  138:     0x61fe7da8796e - rayon[24144d3b545c1d9d]::iter::collect::collect_with_consumer::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, rayon[24144d3b545c1d9d]::iter::collect::special_extend<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:84:18
[INFO] [stdout]  139:     0x61fe7da87536 - rayon[24144d3b545c1d9d]::iter::collect::special_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/collect/mod.rs:39:5
[INFO] [stdout]  140:     0x61fe7daca030 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::ParallelExtend<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::par_extend::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/extend.rs:584:17
[INFO] [stdout]  141:     0x61fe7daaccb1 - rayon[24144d3b545c1d9d]::iter::from_par_iter::collect_extended::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:20:16
[INFO] [stdout]  142:     0x61fe7dac8bb8 - <alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::FromParallelIterator<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::from_par_iter::<rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/from_par_iter.rs:33:9
[INFO] [stdout]  143:     0x61fe7da1fb58 - <rayon[24144d3b545c1d9d]::iter::map::Map<rayon[24144d3b545c1d9d]::slice::windows::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::ParallelIterator>::collect::<alloc[55a36b64bcbf2c0d]::vec::Vec<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/mod.rs:2058:9
[INFO] [stdout]  144:     0x61fe7da5e752 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:101:14
[INFO] [stdout]  145:     0x61fe7daa4f55 - <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/crite/impl_compact.rs:72:37
[INFO] [stdout]  146:     0x61fe7da933d1 - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/flat_map.rs:124:24
[INFO] [stdout]  147:     0x61fe7da8f35c - <rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&crite[65ac739fa0b95093]::group::Group>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Iter<crite[65ac739fa0b95093]::group::Group>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:174:25
[INFO] [stdout]  148:     0x61fe7dade722 - <rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapFolder<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]  149:     0x61fe7da0f858 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]  150:     0x61fe7da13ec5 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]  151:     0x61fe7da6abe8 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]  152:     0x61fe7da35f9a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  153:     0x61fe7dabd445 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  154:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  155:     0x61fe7da1c9b5 - std[73adb7dc35730857]::panicking::catch_unwind::<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  156:     0x61fe7da1c9b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  157:     0x61fe7da870ea - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}>::{closure#0}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  158:     0x61fe7da67824 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  159:     0x61fe7da5c17f - <rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:531:21
[INFO] [stdout]  160:     0x61fe7d9c8daf - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call::<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  161:     0x61fe7da3584d - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  162:     0x61fe7dabc417 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  163:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  164:     0x61fe7da1a8c5 - std[73adb7dc35730857]::panicking::catch_unwind::<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  165:     0x61fe7da1a8c5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}>, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  166:     0x61fe7da8695a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  167:     0x61fe7d9c749f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<(alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>>::call::<<rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  168:     0x61fe7d9d37b3 - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::LatchRef<rayon_core[dbb2f23646d2fbeb]::latch::LockLatch>, <rayon_core[dbb2f23646d2fbeb]::registry::Registry>::in_worker_cold<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::IterProducer<crite[65ac739fa0b95093]::group::Group>, rayon[24144d3b545c1d9d]::iter::flat_map::FlatMapConsumer<rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::extend::ListVecConsumer, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#1}>, <crite[65ac739fa0b95093]::crite::Crite<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>::compact_step::{closure#2}::{closure#0}>>::{closure#1}, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)>::{closure#0}::{closure#0}, (alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>, alloc[55a36b64bcbf2c0d]::collections::linked_list::LinkedList<alloc[55a36b64bcbf2c0d]::vec::Vec<(core[6883ba1bc0fe4ed1]::option::Option<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value))>, core[6883ba1bc0fe4ed1]::option::Option<ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>)>>)> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  169:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  170:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  171:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  172:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  173:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]  174:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]  175:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  176:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  177:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  178:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  179:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  180:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  181:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  182:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  183:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  184:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  185:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  186:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  187:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  188:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  189:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  190:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  191:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  192:     0x61fe7e43365b - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::OnceLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  193:     0x61fe7e437bc9 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_out_of_work
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:824:14
[INFO] [stdout]  194:     0x61fe7e43a3d9 - rayon_core[dbb2f23646d2fbeb]::registry::main_loop
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:929:19
[INFO] [stdout]  195:     0x61fe7e435cdc - <rayon_core[dbb2f23646d2fbeb]::registry::ThreadBuilder>::run
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:50:18
[INFO] [stdout]  196:     0x61fe7e435b3d - <rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:95:27
[INFO] [stdout]  197:     0x61fe7e43dae6 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]  198:     0x61fe7e43566b - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]  199:     0x61fe7e43c2c4 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  200:     0x61fe7e43dc18 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  201:     0x61fe7e43c50b - __rust_try
[INFO] [stdout]  202:     0x61fe7e4350a8 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  203:     0x61fe7e4350a8 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  204:     0x61fe7e4350a8 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]  205:     0x61fe7e44605f - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<<rayon_core[dbb2f23646d2fbeb]::registry::DefaultSpawn as rayon_core[dbb2f23646d2fbeb]::registry::ThreadSpawn>::spawn::{closure#0}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]  206:     0x61fe7e4e725f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]  207:     0x61fe7e4e725f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]  208:     0x75abff531aa4 - <unknown>
[INFO] [stdout]  209:     0x75abff5bea64 - clone
[INFO] [stdout]  210:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread '<unnamed>' (2100) panicked at crates/crite/src/theory/theory_bl_bv.rs:257:25:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x61fe7e4e7d81 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x61fe7e4e7d81 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x61fe7e4e7d81 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x61fe7e4ff54a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x61fe7e4ff54a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x61fe7e4ed2fc - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x61fe7e4ed2fc - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x61fe7e4c5266 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x61fe7e4c5266 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x61fe7e4df799 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x61fe7daf14c0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x61fe7daf14c0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x61fe7e4dfac2 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x61fe7e4dfac2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x61fe7e4c5312 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x61fe7e4bc519 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x61fe7e4c601d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x61fe7e4ffd7c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x61fe7e4ffac2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x61fe7daaa89c - <core[6883ba1bc0fe4ed1]::result::Result<easy_smt[62cf7b4a6a91203f]::context::Context, core[6883ba1bc0fe4ed1]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1231:23
[INFO] [stdout]   21:     0x61fe7daaa89c - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:257:25
[INFO] [stdout]   22:     0x61fe7dae45e1 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x61fe7da4cb1c - <core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::unwrap_or_else::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1065:21
[INFO] [stdout]   24:     0x61fe7da4cb1c - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init_slow::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:80:42
[INFO] [stdout]   25:     0x61fe7da4c9e5 - <std[73adb7dc35730857]::sys::thread_local::native::lazy::Storage<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>, ()>>::get_or_init::<crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::__rust_std_internal_init_fn>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/lazy.rs:62:27
[INFO] [stdout]   26:     0x61fe7daa5ec6 - crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread_local/native/mod.rs:97:49
[INFO] [stdout]   27:     0x61fe7dae42f8 - <crite[65ac739fa0b95093]::theory::theory_bl_bv::CTX::{K#0}::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(core[6883ba1bc0fe4ed1]::option::Option<&mut core[6883ba1bc0fe4ed1]::option::Option<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>,)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x61fe7da75a1f - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::try_with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:462:37
[INFO] [stdout]   29:     0x61fe7da759ac - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with::<<std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   30:     0x61fe7da77d94 - <std[73adb7dc35730857]::thread::local::LocalKey<core[6883ba1bc0fe4ed1]::cell::RefCell<easy_smt[62cf7b4a6a91203f]::context::Context>>>::with_borrow_mut::<crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq<8usize>::{closure#0}, core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:707:14
[INFO] [stdout]   31:     0x61fe7da9d3f4 - crite[65ac739fa0b95093]::theory::theory_bl_bv::check_eq::<8usize>
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:266:9
[INFO] [stdout]   32:     0x61fe7daa2f70 - crite[65ac739fa0b95093]::theory::theory_bl_bv::theory_bl_bv_interpretation::<8usize>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/theory/theory_bl_bv.rs:90:40
[INFO] [stdout]   33:     0x61fe7dae28d5 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a expr[ced497514314dc0f]::SExpr, &'b expr[ced497514314dc0f]::SExpr), Output = core[6883ba1bc0fe4ed1]::result::Result<(), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&expr[ced497514314dc0f]::SExpr, &expr[ced497514314dc0f]::SExpr)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   34:     0x61fe7da61a81 - <crite[65ac739fa0b95093]::group::Group>::step_all_parallel::<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/crite/src/group.rs:93:23
[INFO] [stdout]   35:     0x61fe7da7067d - <&<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnMut<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_mut
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:274:22
[INFO] [stdout]   36:     0x61fe7dab555d - <&mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)],)>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:310:21
[INFO] [stdout]   37:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::option::Option<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::map::<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>, &mut &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/option.rs:1163:29
[INFO] [stdout]   38:     0x61fe7dab555d - <core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as core[6883ba1bc0fe4ed1]::iter::traits::iterator::Iterator>::next
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/iter/adapters/map.rs:107:26
[INFO] [stdout]   39:     0x61fe7da8fb51 - <rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::consume_iter::<core[6883ba1bc0fe4ed1]::iter::adapters::map::Map<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, &<crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:173:21
[INFO] [stdout]   40:     0x61fe7da1f11f - <rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}> as rayon[24144d3b545c1d9d]::iter::plumbing::Folder<&[(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)]>>::consume_iter::<core[6883ba1bc0fe4ed1]::slice::iter::Windows<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/map.rs:244:31
[INFO] [stdout]   41:     0x61fe7da37acb - <rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)> as rayon[24144d3b545c1d9d]::iter::plumbing::Producer>::fold_with::<rayon[24144d3b545c1d9d]::iter::map::MapFolder<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:107:16
[INFO] [stdout]   42:     0x61fe7da11033 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:432:22
[INFO] [stdout]   43:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   44:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   45:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   46:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   47:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   48:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   49:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   50:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   51:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]   52:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   53:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   54:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   55:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   56:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   57:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   58:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   60:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   61:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   62:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   63:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   64:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   65:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   66:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   67:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   68:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]   69:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   70:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   71:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   72:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   73:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   74:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   75:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]   76:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]   77:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]   78:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   79:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   80:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]   81:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   82:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   83:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]   84:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]   85:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]   86:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]   87:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]   88:     0x61fe7e4378c3 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:792:22
[INFO] [stdout]   89:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]   90:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]   91:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]   92:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]   93:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]   94:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]   95:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]   96:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]   97:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   98:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   99:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  100:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  101:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  102:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  103:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  104:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  105:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  106:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  107:     0x61fe7da14637 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:412:21
[INFO] [stdout]  108:     0x61fe7da6ade1 - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:124:17
[INFO] [stdout]  109:     0x61fe7da3605a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  110:     0x61fe7dabd645 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  111:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  112:     0x61fe7da1cd85 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  113:     0x61fe7da1cd85 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  114:     0x61fe7da871aa - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_a<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  115:     0x61fe7da69ba5 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:142:24
[INFO] [stdout]  116:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  117:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  118:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  119:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  120:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  121:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  122:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  123:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  124:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  125:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  126:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  127:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  128:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  129:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  130:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[INFO] [stdout]  131:     0x61fe7e437ea0 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:866:13
[INFO] [stdout]  132:     0x61fe7e437a20 - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until_cold
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:800:26
[INFO] [stdout]  133:     0x61fe7e4336ab - <rayon_core[dbb2f23646d2fbeb]::registry::WorkerThread>::wait_until::<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:775:18
[INFO] [stdout]  134:     0x61fe7e440e2a - rayon_core[dbb2f23646d2fbeb]::join::join_recover_from_panic
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:184:19
[INFO] [stdout]  135:     0x61fe7da69beb - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:145:25
[INFO] [stdout]  136:     0x61fe7da55ec1 - rayon_core[dbb2f23646d2fbeb]::registry::in_worker::<rayon_core[dbb2f23646d2fbeb]::join::join_context<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>::{closure#0}, (rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/registry.rs:957:13
[INFO] [stdout]  137:     0x61fe7da5fc27 - rayon_core[dbb2f23646d2fbeb]::join::join_context::<rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#0}, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:132:5
[INFO] [stdout]  138:     0x61fe7da112c9 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:410:47
[INFO] [stdout]  139:     0x61fe7da14775 - rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper::<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.12.0/src/iter/plumbing/mod.rs:421:21
[INFO] [stdout]  140:     0x61fe7da6ba5d - rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/join/mod.rs:129:25
[INFO] [stdout]  141:     0x61fe7d9c886f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:41
[INFO] [stdout]  142:     0x61fe7da3530a - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]  143:     0x61fe7dabb735 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]  144:     0x61fe7da26d2b - __rust_try
[INFO] [stdout]  145:     0x61fe7da190b5 - std[73adb7dc35730857]::panicking::catch_unwind::<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]  146:     0x61fe7da190b5 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}>, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]  147:     0x61fe7da8641a - rayon_core[dbb2f23646d2fbeb]::unwind::halt_unwinding::<<rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/unwind.rs:17:5
[INFO] [stdout]  148:     0x61fe7d9c649f - <rayon_core[dbb2f23646d2fbeb]::job::JobResult<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>>>::call::<rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:218:15
[INFO] [stdout]  149:     0x61fe7d9da99d - <rayon_core[dbb2f23646d2fbeb]::job::StackJob<rayon_core[dbb2f23646d2fbeb]::latch::SpinLatch, rayon_core[dbb2f23646d2fbeb]::join::join_context::call_b<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, rayon[24144d3b545c1d9d]::iter::plumbing::bridge_producer_consumer::helper<rayon[24144d3b545c1d9d]::slice::windows::WindowsProducer<(expr[ced497514314dc0f]::SExpr, crite[65ac739fa0b95093]::group::ExprData, egglog_core_relations[1925647e9602f57c]::common::Value)>, rayon[24144d3b545c1d9d]::iter::map::MapConsumer<rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectConsumer<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>, <crite[65ac739fa0b95093]::group::Group>::step_all_parallel<crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>::{closure#0}>>::{closure#1}>::{closure#0}, rayon[24144d3b545c1d9d]::iter::collect::consumer::CollectResult<core[6883ba1bc0fe4ed1]::result::Result<((&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value), (&expr[ced497514314dc0f]::SExpr, egglog_core_relations[1925647e9602f57c]::common::Value)), ahash[bddd051dcfb4760c]::hash_map::AHashMap<alloc[55a36b64bcbf2c0d]::string::String, crite[65ac739fa0b95093]::theory::theory_bl_bv::Value>>>> as rayon_core[dbb2f23646d2fbeb]::job::Job>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:120:32
[INFO] [stdout]  150:     0x61fe7e435d7b - <rayon_core[dbb2f23646d2fbeb]::job::JobRef>::execute
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/job.rs:64:9
[WARN] too much data in the log, truncating it
