Organisationsocaml-multicoresaturn166ad2 ()debian-12-4.14_opam-2.2

debian-12-4.14_opam-2.2

Logs

Show full logs
2024-09-18 15:14.57: New job: test ocaml-multicore/saturn https://github.com/ocaml-multicore/saturn.git#refs/pull/152/head (166ad288f9bec5f29d784891ffe59b6abd8302ce) (linux-x86_64:debian-12-4.14_opam-2.2)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:9136ad269e9c41743c47a4e7411d6ed845fdb26fbb239da4539adb2955add8c8
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-multicore/saturn.git" && cd "saturn" && git fetch origin "refs/pull/152/head" && git reset --hard 166ad288
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:9136ad269e9c41743c47a4e7411d6ed845fdb26fbb239da4539adb2955add8c8
# debian-12-4.14_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 saturn_lockfree.opam saturn.opam ./
RUN opam pin add -yn saturn_lockfree.dev './' && \
    opam pin add -yn saturn.dev './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-09-18 15:14.57: Using cache hint "ocaml-multicore/saturn-ocaml/opam:debian-12-ocaml-4.14@sha256:9136ad269e9c41743c47a4e7411d6ed845fdb26fbb239da4539adb2955add8c8-debian-12-4.14_opam-2.2-92835f15761b65325fa064c37379e3b4"
2024-09-18 15:14.57: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:9136ad269e9c41743c47a4e7411d6ed845fdb26fbb239da4539adb2955add8c8)
 (comment debian-12-4.14_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src saturn_lockfree.opam saturn.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn saturn_lockfree.dev './' && \
             \nopam pin add -yn saturn.dev './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-09-18 15:14.57: Waiting for resource in pool OCluster
2024-09-18 16:30.05: Waiting for worker…
2024-09-18 16:33.42: Got resource from pool OCluster
Building on x86-bm-c12.sw.ocaml.org
All commits already cached
HEAD is now at 166ad28 No need to skip STM tests on 32-bit

(from ocaml/opam:debian-12-ocaml-4.14@sha256:9136ad269e9c41743c47a4e7411d6ed845fdb26fbb239da4539adb2955add8c8)
2024-09-18 16:33.43 ---> using "7fff8202a9a499965e9a603418271163cf4aeae08f9ce3e4b7d3379f6e75b4cd" from cache

/: (comment debian-12-4.14_opam-2.2)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-18 16:33.43 ---> using "bdb9582ea988902230acd3bf7a94656a13de19fd71d5aac9de31204c867d7eec" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-18 16:33.43 ---> using "891f2c7985dabfed23558f17fbee5d915b2212c393fdeebc0c62f7f2b46f0317" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-121-generic
The OCaml toplevel, version 4.14.2
2.2.1
2024-09-18 16:33.43 ---> using "702862f9385f431994f234925db4dab981c994ff92745bd4de89ba1554e09a1a" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-18 16:33.43 ---> using "55a36f0f1d5a1c125df5f0007f3b60886a51ff9b9ee86ae852c291dcb2300b0c" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e89899ac28..45f961713f  master     -> origin/master
45f961713f Merge pull request #26585 from dra27/trunk-tweaks

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-09-18 16:33.43 ---> using "c53b5b2244443a48b6286c532b01c207e511278d8c9180569ead64deec400335" from cache

/src: (copy (src saturn_lockfree.opam saturn.opam) (dst ./))
2024-09-18 16:33.43 ---> using "b50ad684026a0ff8e15dfa18cc494f58ab857a199d9e3fc6a6292552f27fc634" from cache

/src: (run (network host)
           (shell  "opam pin add -yn saturn_lockfree.dev './' && \
                  \nopam pin add -yn saturn.dev './'"))
[saturn_lockfree.dev] synchronised (file:///src)
saturn_lockfree is now pinned to file:///src (version dev)
[saturn.dev] synchronised (file:///src)
saturn is now pinned to file:///src (version dev)
2024-09-18 16:33.43 ---> using "642082cfcf574d8b7b521f9d5eab59fcb84abd617db93b174fd9523dc89076a5" from cache

/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 backoff.0.1.0 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.14 csexp.1.5.2 domain-local-await.1.0.1 domain_shims.0.1.0 dscheck.0.5.0 dune.3.16.0 dune-configurator.3.16.0 either.1.0.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 mtime.2.1.0 multicore-bench.0.1.5 multicore-magic.2.3.0 multicore-magic-dscheck.2.3.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 oseq.0.5.1 ounit2.2.2.7 qcheck.0.22 qcheck-alcotest.0.22 qcheck-core.0.22 qcheck-multicoretests-util.0.4 qcheck-ounit.0.22 qcheck-stm.0.4 re.1.12.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.7 tsort.2.1.0 uutf.1.0.3 yojson.2.2.2")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.2 --depext-only -y saturn_lockfree.dev saturn.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:6 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
- Get:7 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [182 kB]
- Fetched 9237 kB in 2s (4912 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[saturn.dev] synchronised (no changes)
[saturn_lockfree.dev] synchronised (no changes)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-09-18 16:33.43 ---> using "c6d416f25f30ff3ab81b28a8212dfe6cccccb70207e6cee37a6e85210419d76a" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 36 packages
  - install alcotest                   1.8.0
  - install astring                    0.8.5
  - install backoff                    0.1.0
  - install cmdliner                   1.3.0
  - install containers                 3.14
  - install csexp                      1.5.2
  - install domain-local-await         1.0.1
  - install domain_shims               0.1.0
  - install dscheck                    0.5.0
  - install dune                       3.16.0
  - install dune-configurator          3.16.0
  - install either                     1.0.0
  - install fmt                        0.9.0
  - install mtime                      2.1.0
  - install multicore-bench            0.1.5
  - install multicore-magic            2.3.0
  - install multicore-magic-dscheck    2.3.0
  - install ocaml-syntax-shims         1.0.0
  - install ocamlbuild                 0.15.0
  - install ocamlfind                  1.9.6
  - install oseq                       0.5.1
  - install ounit2                     2.2.7
  - install qcheck                     0.22
  - install qcheck-alcotest            0.22
  - install qcheck-core                0.22
  - install qcheck-multicoretests-util 0.4
  - install qcheck-ounit               0.22
  - install qcheck-stm                 0.4
  - install re                         1.12.0
  - install seq                        base
  - install stdlib-shims               0.3.0
  - install thread-table               1.0.0
  - install topkg                      1.0.7
  - install tsort                      2.1.0
  - install uutf                       1.0.3
  - install yojson                     2.2.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved backoff.0.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved containers.3.14  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved domain_shims.0.1.0  (cached)
-> retrieved dscheck.0.5.0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multicore-bench.0.1.5  (cached)
-> retrieved multicore-magic.2.3.0, multicore-magic-dscheck.2.3.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved oseq.0.5.1  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved qcheck.0.22, qcheck-alcotest.0.22, qcheck-core.0.22, qcheck-ounit.0.22  (cached)
-> retrieved qcheck-multicoretests-util.0.4, qcheck-stm.0.4  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.12.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved thread-table.1.0.0  (cached)
-> retrieved tsort.2.1.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed mtime.2.1.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed backoff.0.1.0
-> installed domain_shims.0.1.0
-> installed either.1.0.0
-> installed multicore-magic.2.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed oseq.0.5.1
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed tsort.2.1.0
-> installed re.1.12.0
-> installed qcheck-core.0.22
-> installed domain-local-await.1.0.1
-> installed yojson.2.2.2
-> installed qcheck-multicoretests-util.0.4
-> installed ounit2.2.2.7
-> installed qcheck-stm.0.4
-> installed alcotest.1.8.0
-> installed qcheck-ounit.0.22
-> installed multicore-bench.0.1.5
-> installed dune-configurator.3.16.0
-> installed qcheck.0.22
-> installed qcheck-alcotest.0.22
-> installed containers.3.14
-> installed dscheck.0.5.0
-> installed multicore-magic-dscheck.2.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-18 16:33.43 ---> using "1b9237c1265afe6ab6893f7dd2e3c312c6e7c50e1285e8e0e95fde59d22227a1" from cache

/src: (copy (src .) (dst /src))
2024-09-18 16:33.43 ---> saved as "a4b26006e8f330dd6edf33d026064a239b11a88418f16f8aa056c94be6d07faf"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/spsc_queue && ./test_spsc_queue.exe)
test_Spsc_queue_empty: ok
test_Spsc_queue_full: ok
test_Spsc_queue_parallel: ok (transferred = 100)
test_Spsc_queue_unsafe_empty: ok
test_Spsc_queue_unsafe_full: ok
test_Spsc_queue_unsafe_parallel: ok (transferred = 100)
(cd _build/default/test/ws_deque && ./stm_ws_deque.exe)
random seed: 4586573384260427153
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Ws_deque sequential
[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Ws_deque sequential (generating)
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
random seed: 449028122494943881
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   64     0.0s Saturn_lockfree.Ws_deque sequential
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
random seed: 984435750230261848
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  128     0.0s Saturn_lockfree.Ws_deque sequential
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
random seed: 659388196947756145
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  256     0.0s Saturn_lockfree.Ws_deque sequential
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
random seed: 1571383702979999757
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  512     0.0s Saturn_lockfree.Ws_deque sequential
[]  512    0    0  512 /  512     0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
random seed: 73322061133897652
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Ws_deque sequential
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Ws_deque sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test/spsc_queue && ./stm_spsc_queue.exe)
random seed: 594340681725489073
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Spsc_queue sequential
[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Spsc_queue sequential (generating)
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 3374745105758399778
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   64     0.0s Saturn_lockfree.Spsc_queue sequential
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 4283272893986644390
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  128     0.0s Saturn_lockfree.Spsc_queue sequential
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 352072958784471460
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  256     0.0s Saturn_lockfree.Spsc_queue sequential
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 1788734348181227248
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  512     0.0s Saturn_lockfree.Spsc_queue sequential
[]  512    0    0  512 /  512     0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 3807776243414717546
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Spsc_queue sequential
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Spsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 4596852842684040239
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
random seed: 2777200840918912299
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   64     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
random seed: 929532192165298647
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  128     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
random seed: 3955247927980495548
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  256     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
random seed: 797894326950793526
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  512     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[]  512    0    0  512 /  512     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
random seed: 1397561141465298068
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Spsc_queue_unsafe sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test/mpsc_queue && ./stm_mpsc_queue.exe)
random seed: 514202483830755686
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Mpsc_queue sequential
[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Mpsc_queue sequential (generating)
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 863657414058953190
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   64     0.0s Saturn_lockfree.Mpsc_queue sequential
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 2333941197802352286
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  128     0.0s Saturn_lockfree.Mpsc_queue sequential
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 588080666860072597
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  256     0.0s Saturn_lockfree.Mpsc_queue sequential
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 4598335900254930641
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  512     0.0s Saturn_lockfree.Mpsc_queue sequential
[]  512    0    0  512 /  512     0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
random seed: 1610420845508417627
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Mpsc_queue sequential
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Mpsc_queue sequential
================================================================================
success (ran 1 tests)
(cd _build/default/test/ws_deque && ./qcheck_ws_deque.exe)
qcheck random seed: 792315666
Testing `Ws_deque'.
This run has ID `EWPERK5T'.

  [OK]          one_producer                       0   pops_are_in_order.
  [OK]          one_producer                       1   pop_on_empty_deque_rai...
  [OK]          one_producer_one_stealer           0   steals_are_in_order.
  [OK]          one_producer_one_stealer           1   parallel_pushes_and_st...
  [OK]          one_producer_one_stealer           2   parallel_pops_and_steals.
  [OK]          one_producer_two_stealers          0   parallel_steals.

Full test results in `/src/_build/default/test/ws_deque/_build/_tests/Ws_deque'.
Test Successful in 1.024s. 6 tests run.
(cd _build/default/test/treiber_stack && ./qcheck_treiber_stack.exe)
qcheck random seed: 98934641
Testing `Treiber_stack'.
This run has ID `HGTIQ3K9'.

  [OK]          test_sequential            0   push.
  [OK]          test_sequential            1   push_pop_until_empty.
  [OK]          test_sequential            2   lifo.
  [OK]          one_cons_one_prod          0   parallel.
  [OK]          two_domains                0   parallel_pop_push.
  [OK]          two_domains                1   parallel_pop_push_random.

Full test results in `/src/_build/default/test/treiber_stack/_build/_tests/Treiber_stack'.
Test Successful in 1.076s. 6 tests run.
(cd _build/default/test/michael_scott_queue && ./qcheck_michael_scott_queue.exe)
qcheck random seed: 334381722
Testing `Michael_scott_queue'.
This run has ID `6UN27RPS'.

  [OK]          test_sequential_safe              0   push.
  [OK]          test_sequential_safe              1   push_pop_opt_until_empty.
  [OK]          test_sequential_safe              2   fifo.
  [OK]          test_sequential_safe              3   fifo_peek_opt.
  [OK]          one_cons_one_prod_safe            0   parallel_fifo.
  [OK]          one_cons_one_prod_safe            1   parallel_peek.
  [OK]          two_domains_safe                  0   parallel_pop_opt_push.
  [OK]          two_domains_safe                  1   parallel_pop_opt_push_r...
  [OK]          test_sequential_unsafe            0   push.
  [OK]          test_sequential_unsafe            1   push_pop_opt_until_empty.
  [OK]          test_sequential_unsafe            2   fifo.
  [OK]          test_sequential_unsafe            3   fifo_peek_opt.
  [OK]          one_cons_one_prod_unsafe          0   parallel_fifo.
  [OK]          one_cons_one_prod_unsafe          1   parallel_peek.
  [OK]          two_domains_unsafe                0   parallel_pop_opt_push.
  [OK]          two_domains_unsafe                1   parallel_pop_opt_push_r...

Full test results in `/src/_build/default/test/michael_scott_queue/_build/_tests/Michael_scott_queue'.
Test Successful in 1.652s. 16 tests run.
(cd _build/default/test/spsc_queue && ./qcheck_spsc_queue.exe)
qcheck random seed: 707250522
Testing `Spsc_queues'.
This run has ID `XBUT7T56'.

  [OK]          Spsc_queue                 0   seq_pop_opt_push.
  [OK]          Spsc_queue                 1   seq_pop_push.
  [OK]          Spsc_queue                 2   seq_pop_try_push.
  [OK]          Spsc_queue                 3   par_pop_push.
  [OK]          Spsc_queue                 4   push_full.
  [OK]          Spsc_queue                 5   seq_peek_opt.
  [OK]          Spsc_queue                 6   seq_peek.
  [OK]          Spsc_queue                 7   par_peek_opt.
  [OK]          Spsc_queue_unsafe          0   seq_pop_opt_push.
  [OK]          Spsc_queue_unsafe          1   seq_pop_push.
  [OK]          Spsc_queue_unsafe          2   seq_pop_try_push.
  [OK]          Spsc_queue_unsafe          3   par_pop_push.
  [OK]          Spsc_queue_unsafe          4   push_full.
  [OK]          Spsc_queue_unsafe          5   seq_peek_opt.
  [OK]          Spsc_queue_unsafe          6   seq_peek.
  [OK]          Spsc_queue_unsafe          7   par_peek_opt.

Full test results in `/src/_build/default/test/spsc_queue/_build/_tests/Spsc_queues'.
Test Successful in 2.289s. 16 tests run.
(cd _build/default/test/mpsc_queue && ./qcheck_mpsc_queue.exe)
qcheck random seed: 104388928
Testing `Mpsc_queue'.
This run has ID `5IVTU6RY'.

  [OK]          one_consumer               0   push_head_pop_opt.
  [OK]          one_consumer               1   push_head_pop.
  [OK]          one_consumer               2   push_head_peek_opt.
  [OK]          one_consumer               3   push_head_peek.
  [OK]          one_consumer               4   pop_opt_empty.
  [OK]          one_consumer               5   pop_empty.
  [OK]          one_consumer               6   peek_opt_empty.
  [OK]          one_consumer               7   peek_empty.
  [OK]          one_consumer               8   push_head_not_empty.
  [OK]          one_consumer               9   close_push_head.
  [OK]          one_consumer              10   close_is_empty.
  [OK]          one_consumer              11   close_pop_opt.
  [OK]          one_consumer              12   pop_opt_order.
  [OK]          one_consumer              13   seq_push_pop_opt.
  [OK]          one_producer               0   push_not_empty.
  [OK]          one_producer               1   closing_prevents_pushing.
  [OK]          one_cons_one_prod          0   seq_push_pop_opt_peek_opt.
  [OK]          one_cons_one_prod          1   par_push_pop.
  [OK]          one_cons_one_prod          2   par_push_push_head.
  [OK]          one_cons_one_prod          3   par_pop_opt_push2.
  [OK]          one_cons_two_prod          0   par_push.
  [OK]          one_cons_two_prod          1   par_push_close_pop_opt.

Full test results in `/src/_build/default/test/mpsc_queue/_build/_tests/Mpsc_queue'.
Test Successful in 3.132s. 22 tests run.
(cd _build/default/test/skiplist && ./qcheck_skiplist.exe)
qcheck random seed: 4851674
Testing `QCheck Skiplist'.
This run has ID `DG455R3O'.

  [OK]          test_sequential            0   add.
  [OK]          test_sequential            1   add_remove.
  [OK]          test_sequential            2   add_find.
  [OK]          test_sequential            3   add_remove_find.
  [OK]          tests_two_domains          0   parallel_add.
  [OK]          tests_two_domains          1   parallel_add_remove.
  [OK]          tests_two_domains          2   parallel_add_remove_same_list.

Full test results in `/src/_build/default/test/skiplist/_build/_tests/QCheck Skiplist'.
Test Successful in 4.976s. 7 tests run.
(cd _build/default/test/ws_deque && ./test_ws_deque.exe)
test_exit: ok
test_push_and_pop: ok
test_push_and_steal: ok
test_concurrent_workload: ok (pushed = 100000, popped = 99946, stolen = 54)
(cd _build/default/bench && ./main.exe -brief)
Saturn Relaxed_queue:
  time per message/1 adder, 1 taker (spin):
    203.67 ns
  messages over time/1 adder, 1 taker (spin):
    9.82 M/s
  time per message/1 adder, 2 takers (spin):
    314.78 ns
  messages over time/1 adder, 2 takers (spin):
    9.53 M/s
  time per message/2 adders, 1 taker (spin):
    315.99 ns
  messages over time/2 adders, 1 taker (spin):
    9.49 M/s
  time per message/2 adders, 2 takers (spin):
    479.17 ns
  messages over time/2 adders, 2 takers (spin):
    8.35 M/s
  time per message/1 adder, 1 taker (not lf):
    203.24 ns
  messages over time/1 adder, 1 taker (not lf):
    9.84 M/s
  time per message/1 adder, 2 takers (not lf):
    273.50 ns
  messages over time/1 adder, 2 takers (not lf):
    10.97 M/s
  time per message/2 adders, 1 taker (not lf):
    243.52 ns
  messages over time/2 adders, 1 taker (not lf):
    12.32 M/s
  time per message/2 adders, 2 takers (not lf):
    296.55 ns
  messages over time/2 adders, 2 takers (not lf):
    13.49 M/s
  time per message/1 adder, 1 taker (cas):
    134.89 ns
  messages over time/1 adder, 1 taker (cas):
    14.83 M/s
  time per message/1 adder, 2 takers (cas):
    222.77 ns
  messages over time/1 adder, 2 takers (cas):
    13.47 M/s
  time per message/2 adders, 1 taker (cas):
    195.24 ns
  messages over time/2 adders, 1 taker (cas):
    15.37 M/s
  time per message/2 adders, 2 takers (cas):
    316.29 ns
  messages over time/2 adders, 2 takers (cas):
    12.65 M/s
Saturn_lockfree Queue:
  time per message/one domain:
    80.09 ns
  messages over time/one domain:
    12.49 M/s
  time per message/1 nb adder, 1 nb taker:
    102.59 ns
  messages over time/1 nb adder, 1 nb taker:
    19.50 M/s
  time per message/1 nb adder, 2 nb takers:
    168.77 ns
  messages over time/1 nb adder, 2 nb takers:
    17.78 M/s
  time per message/2 nb adders, 1 nb taker:
    149.71 ns
  messages over time/2 nb adders, 1 nb taker:
    20.04 M/s
  time per message/2 nb adders, 2 nb takers:
    238.82 ns
  messages over time/2 nb adders, 2 nb takers:
    16.75 M/s
Saturn_lockfree Single_prod_single_cons_queue:
  time per message/2 workers, capacity 1:
    29746.74 ns
  time per message/2 workers, capacity 1 (unsafe):
    32158.19 ns
  messages over time/2 workers, capacity 1:
    0.07 M/s
  messages over time/2 workers, capacity 1 (unsafe):
    0.06 M/s
  time per message/2 workers, capacity 8:
    2921.89 ns
  time per message/2 workers, capacity 8 (unsafe):
    3359.75 ns
  messages over time/2 workers, capacity 8:
    0.68 M/s
  messages over time/2 workers, capacity 8 (unsafe):
    0.60 M/s
  time per message/2 workers, capacity 64:
    552.24 ns
  time per message/2 workers, capacity 64 (unsafe):
    581.84 ns
  messages over time/2 workers, capacity 64:
    3.62 M/s
  messages over time/2 workers, capacity 64 (unsafe):
    3.44 M/s
  time per message/2 workers, capacity 512:
    155.17 ns
  time per message/2 workers, capacity 512 (unsafe):
    141.42 ns
  messages over time/2 workers, capacity 512:
    12.89 M/s
  messages over time/2 workers, capacity 512 (unsafe):
    14.14 M/s
  time per message/2 workers, capacity 4096:
    109.12 ns
  time per message/2 workers, capacity 4096 (unsafe):
    79.62 ns
  messages over time/2 workers, capacity 4096:
    18.33 M/s
  messages over time/2 workers, capacity 4096 (unsafe):
    25.12 M/s
  time per message/2 workers, capacity 32768:
    129.28 ns
  time per message/2 workers, capacity 32768 (unsafe):
    60.92 ns
  messages over time/2 workers, capacity 32768:
    15.47 M/s
  messages over time/2 workers, capacity 32768 (unsafe):
    32.83 M/s
Saturn_lockfree Size:
  time per operation/1 worker:
    44.53 ns
  operations over time/1 worker:
    22.46 M/s
  time per operation/2 workers:
    88.38 ns
  operations over time/2 workers:
    22.63 M/s
  time per operation/4 workers:
    206.45 ns
  operations over time/4 workers:
    19.38 M/s
Saturn_lockfree Skiplist:
  time per operation/1 workers, 10% mem 45% add 45% rem:
    1206.35 ns
  operations over time/1 workers, 10% mem 45% add 45% rem:
    0.83 M/s
  time per operation/2 workers, 10% mem 45% add 45% rem:
    2120.47 ns
  operations over time/2 workers, 10% mem 45% add 45% rem:
    0.94 M/s
  time per operation/4 workers, 10% mem 45% add 45% rem:
    4334.46 ns
  operations over time/4 workers, 10% mem 45% add 45% rem:
    0.92 M/s
  time per operation/1 workers, 50% mem 25% add 25% rem:
    827.84 ns
  operations over time/1 workers, 50% mem 25% add 25% rem:
    1.21 M/s
  time per operation/2 workers, 50% mem 25% add 25% rem:
    1900.71 ns
  operations over time/2 workers, 50% mem 25% add 25% rem:
    1.05 M/s
  time per operation/4 workers, 50% mem 25% add 25% rem:
    3686.43 ns
  operations over time/4 workers, 50% mem 25% add 25% rem:
    1.09 M/s
  time per operation/1 workers, 90% mem 5% add 5% rem:
    629.04 ns
  operations over time/1 workers, 90% mem 5% add 5% rem:
    1.59 M/s
  time per operation/2 workers, 90% mem 5% add 5% rem:
    1346.56 ns
  operations over time/2 workers, 90% mem 5% add 5% rem:
    1.49 M/s
  time per operation/4 workers, 90% mem 5% add 5% rem:
    3305.69 ns
  operations over time/4 workers, 90% mem 5% add 5% rem:
    1.21 M/s
Saturn_lockfree Stack:
  time per message/one domain:
    62.40 ns
  messages over time/one domain:
    16.03 M/s
  time per message/1 adder, 1 taker:
    70.84 ns
  messages over time/1 adder, 1 taker:
    28.23 M/s
  time per message/1 adder, 2 takers:
    120.47 ns
  messages over time/1 adder, 2 takers:
    24.91 M/s
  time per message/2 adders, 1 taker:
    99.47 ns
  messages over time/2 adders, 1 taker:
    30.16 M/s
  time per message/2 adders, 2 takers:
    163.96 ns
  messages over time/2 adders, 2 takers:
    24.40 M/s
Saturn_lockfree Work_stealing_deque:
  time per spawn/1 worker:
    144.23 ns
  spawns over time/1 worker:
    6.93 M/s
  time per spawn/2 workers:
    279.36 ns
  spawns over time/2 workers:
    7.16 M/s
  time per spawn/4 workers:
    628.97 ns
  spawns over time/4 workers:
    6.36 M/s
  time per spawn/8 workers:
    1239.63 ns
  spawns over time/8 workers:
    6.45 M/s
  time per message/1 adder, 1 taker:
    207.79 ns
  messages over time/1 adder, 1 taker:
    9.63 M/s
  time per message/1 adder, 2 takers:
    326.93 ns
  messages over time/1 adder, 2 takers:
    9.18 M/s
  time per message/1 adder, 4 takers:
    566.38 ns
  messages over time/1 adder, 4 takers:
    8.83 M/s
  time per message/one domain (FIFO):
    120.65 ns
  messages over time/one domain (FIFO):
    8.29 M/s
  time per message/one domain (LIFO):
    129.37 ns
  messages over time/one domain (LIFO):
    7.73 M/s
(cd _build/default/test/skiplist && ./stm_skiplist.exe)
random seed: 4064527374311735165
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Lockfree.Skiplist sequential
[ ]    0    0    0    0 /   32     0.0s Lockfree.Skiplist sequential (generating)
[]   32    0    0   32 /   32     0.0s Lockfree.Skiplist sequential

[ ]    0    0    0    0 /   32     0.0s Lockfree.Skiplist concurrent
[ ]    1    0    0    1 /   32     1.1s Lockfree.Skiplist concurrent
[ ]    2    0    0    2 /   32     1.8s Lockfree.Skiplist concurrent
[ ]    3    0    0    3 /   32     2.0s Lockfree.Skiplist concurrent
[ ]    4    0    0    4 /   32     2.2s Lockfree.Skiplist concurrent
[ ]    5    0    0    5 /   32     2.4s Lockfree.Skiplist concurrent
[ ]    6    0    0    6 /   32     2.5s Lockfree.Skiplist concurrent
[ ]    7    0    0    7 /   32     2.8s Lockfree.Skiplist concurrent
[ ]    8    0    0    8 /   32     2.9s Lockfree.Skiplist concurrent
[ ]   10    0    0   10 /   32     3.1s Lockfree.Skiplist concurrent
[ ]   11    0    0   11 /   32     3.5s Lockfree.Skiplist concurrent
[ ]   13    0    0   13 /   32     3.7s Lockfree.Skiplist concurrent
[ ]   14    0    0   14 /   32     3.8s Lockfree.Skiplist concurrent
[ ]   16    0    0   16 /   32     4.3s Lockfree.Skiplist concurrent
[ ]   17    0    0   17 /   32     4.5s Lockfree.Skiplist concurrent
[ ]   18    0    0   18 /   32     4.6s Lockfree.Skiplist concurrent
[ ]   19    0    0   19 /   32     4.9s Lockfree.Skiplist concurrent
[ ]   20    0    0   20 /   32     5.1s Lockfree.Skiplist concurrent
[ ]   21    0    0   21 /   32     5.3s Lockfree.Skiplist concurrent
[ ]   23    0    0   23 /   32     5.5s Lockfree.Skiplist concurrent
[ ]   24    0    0   24 /   32     7.6s Lockfree.Skiplist concurrent
[ ]   25    0    0   25 /   32     8.7s Lockfree.Skiplist concurrent
[ ]   26    0    0   26 /   32    11.2s Lockfree.Skiplist concurrent
[ ]   27    0    0   27 /   32    11.5s Lockfree.Skiplist concurrent
[ ]   28    0    0   28 /   32    11.8s Lockfree.Skiplist concurrent
[ ]   29    0    0   29 /   32    12.0s Lockfree.Skiplist concurrent
[ ]   30    0    0   30 /   32    12.3s Lockfree.Skiplist concurrent
[ ]   31    0    0   31 /   32    13.3s Lockfree.Skiplist concurrent
[ ]   32    0    0   32 /   32    15.0s Lockfree.Skiplist concurrent
[]   32    0    0   32 /   32    15.0s Lockfree.Skiplist concurrent
================================================================================
success (ran 2 tests)
random seed: 4091013295582571988
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   64     0.0s Lockfree.Skiplist sequential
[]   64    0    0   64 /   64     0.0s Lockfree.Skiplist sequential

[ ]    0    0    0    0 /   64     0.0s Lockfree.Skiplist concurrent
[ ]    1    0    0    1 /   64     0.7s Lockfree.Skiplist concurrent
[ ]    2    0    0    2 /   64     1.0s Lockfree.Skiplist concurrent
[ ]    3    0    0    3 /   64     1.1s Lockfree.Skiplist concurrent
[ ]    4    0    0    4 /   64     1.3s Lockfree.Skiplist concurrent
[ ]    5    0    0    5 /   64     1.5s Lockfree.Skiplist concurrent
[ ]    6    0    0    6 /   64     1.6s Lockfree.Skiplist concurrent
[ ]    7    0    0    7 /   64     1.8s Lockfree.Skiplist concurrent
[ ]    8    0    0    8 /   64     2.2s Lockfree.Skiplist concurrent
[ ]    9    0    0    9 /   64     2.5s Lockfree.Skiplist concurrent
[ ]   10    0    0   10 /   64     2.6s Lockfree.Skiplist concurrent
[ ]   12    0    0   12 /   64     3.1s Lockfree.Skiplist concurrent
[ ]   13    0    0   13 /   64     3.3s Lockfree.Skiplist concurrent
[ ]   14    0    0   14 /   64     3.5s Lockfree.Skiplist concurrent
[ ]   15    0    0   15 /   64     4.5s Lockfree.Skiplist concurrent
[ ]   16    0    0   16 /   64     4.8s Lockfree.Skiplist concurrent
[ ]   18    0    0   18 /   64     5.1s Lockfree.Skiplist concurrent
[ ]   20    0    0   20 /   64     5.5s Lockfree.Skiplist concurrent
[ ]   21    0    0   21 /   64     5.6s Lockfree.Skiplist concurrent
[ ]   22    0    0   22 /   64     5.9s Lockfree.Skiplist concurrent
[ ]   23    0    0   23 /   64     6.2s Lockfree.Skiplist concurrent
[ ]   24    0    0   24 /   64     6.3s Lockfree.Skiplist concurrent
[ ]   25    0    0   25 /   64     6.6s Lockfree.Skiplist concurrent
[ ]   26    0    0   26 /   64     7.0s Lockfree.Skiplist concurrent
[ ]   27    0    0   27 /   64     7.2s Lockfree.Skiplist concurrent
[ ]   29    0    0   29 /   64     8.2s Lockfree.Skiplist concurrent
[ ]   30    0    0   30 /   64     9.1s Lockfree.Skiplist concurrent
[ ]   31    0    0   31 /   64     9.3s Lockfree.Skiplist concurrent
[ ]   32    0    0   32 /   64     9.6s Lockfree.Skiplist concurrent
[ ]   33    0    0   33 /   64     9.9s Lockfree.Skiplist concurrent
[ ]   34    0    0   34 /   64    10.2s Lockfree.Skiplist concurrent
[ ]   35    0    0   35 /   64    10.5s Lockfree.Skiplist concurrent
[ ]   37    0    0   37 /   64    10.7s Lockfree.Skiplist concurrent
[ ]   38    0    0   38 /   64    10.9s Lockfree.Skiplist concurrent
[ ]   39    0    0   39 /   64    11.7s Lockfree.Skiplist concurrent
[ ]   40    0    0   40 /   64    11.9s Lockfree.Skiplist concurrent
[ ]   41    0    0   41 /   64    12.3s Lockfree.Skiplist concurrent
[ ]   42    0    0   42 /   64    12.5s Lockfree.Skiplist concurrent
[ ]   43    0    0   43 /   64    12.6s Lockfree.Skiplist concurrent
[ ]   44    0    0   44 /   64    13.0s Lockfree.Skiplist concurrent
[ ]   45    0    0   45 /   64    13.1s Lockfree.Skiplist concurrent
[ ]   46    0    0   46 /   64    13.6s Lockfree.Skiplist concurrent
[ ]   47    0    0   47 /   64    13.8s Lockfree.Skiplist concurrent
[ ]   48    0    0   48 /   64    13.9s Lockfree.Skiplist concurrent
[ ]   50    0    0   50 /   64    14.2s Lockfree.Skiplist concurrent
[ ]   51    0    0   51 /   64    15.0s Lockfree.Skiplist concurrent
[ ]   52    0    0   52 /   64    15.1s Lockfree.Skiplist concurrent
[ ]   53    0    0   53 /   64    16.2s Lockfree.Skiplist concurrent
[ ]   54    0    0   54 /   64    16.6s Lockfree.Skiplist concurrent
[ ]   56    0    0   56 /   64    16.7s Lockfree.Skiplist concurrent
[ ]   57    0    0   57 /   64    16.8s Lockfree.Skiplist concurrent
[ ]   60    0    0   60 /   64    17.0s Lockfree.Skiplist concurrent
[ ]   64    0    0   64 /   64    17.1s Lockfree.Skiplist concurrent
[]   64    0    0   64 /   64    17.1s Lockfree.Skiplist concurrent
================================================================================
success (ran 2 tests)
random seed: 4108159022113142718
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   83     0.0s Lockfree.Skiplist sequential
[]   83    0    0   83 /   83     0.0s Lockfree.Skiplist sequential

[ ]    0    0    0    0 /   83     0.0s Lockfree.Skiplist concurrent
[ ]    2    0    0    2 /   83     0.1s Lockfree.Skiplist concurrent
[ ]    4    0    0    4 /   83     0.4s Lockfree.Skiplist concurrent
[ ]    6    0    0    6 /   83     0.5s Lockfree.Skiplist concurrent
[ ]    8    0    0    8 /   83     0.7s Lockfree.Skiplist concurrent
[ ]    9    0    0    9 /   83     0.9s Lockfree.Skiplist concurrent
[ ]   10    0    0   10 /   83     1.2s Lockfree.Skiplist concurrent
[ ]   12    0    0   12 /   83     2.1s Lockfree.Skiplist concurrent
[ ]   13    0    0   13 /   83     2.4s Lockfree.Skiplist concurrent
[ ]   14    0    0   14 /   83     2.6s Lockfree.Skiplist concurrent
[ ]   16    0    0   16 /   83     3.0s Lockfree.Skiplist concurrent
[ ]   19    0    0   19 /   83     3.7s Lockfree.Skiplist concurrent
[ ]   20    0    0   20 /   83     3.9s Lockfree.Skiplist concurrent
[ ]   21    0    0   21 /   83     4.1s Lockfree.Skiplist concurrent
[ ]   22    0    0   22 /   83     4.6s Lockfree.Skiplist concurrent
[ ]   23    0    0   23 /   83     4.8s Lockfree.Skiplist concurrent
[ ]   24    0    0   24 /   83     5.1s Lockfree.Skiplist concurrent
[ ]   27    0    0   27 /   83     5.5s Lockfree.Skiplist concurrent
[ ]   28    0    0   28 /   83     5.7s Lockfree.Skiplist concurrent
[ ]   30    0    0   30 /   83     6.0s Lockfree.Skiplist concurrent
[ ]   31    0    0   31 /   83     6.2s Lockfree.Skiplist concurrent
[ ]   32    0    0   32 /   83     6.4s Lockfree.Skiplist concurrent
[ ]   33    0    0   33 /   83     7.2s Lockfree.Skiplist concurrent
[ ]   35    0    0   35 /   83     7.3s Lockfree.Skiplist concurrent
[ ]   37    0    0   37 /   83     7.6s Lockfree.Skiplist concurrent
[ ]   44    0    0   44 /   83     7.7s Lockfree.Skiplist concurrent
[ ]   48    0    0   48 /   83     7.8s Lockfree.Skiplist concurrent
[ ]   54    0    0   54 /   83     7.9s Lockfree.Skiplist concurrent
[ ]   56    0    0   56 /   83     8.3s Lockfree.Skiplist concurrent
[ ]   58    0    0   58 /   83     8.6s Lockfree.Skiplist concurrent
[ ]   61    0    0   61 /   83     8.7s Lockfree.Skiplist concurrent
[ ]   67    0    0   67 /   83     8.8s Lockfree.Skiplist concurrent
[ ]   70    0    0   70 /   83     8.9s Lockfree.Skiplist concurrent
[ ]   71    0    0   71 /   83     9.2s Lockfree.Skiplist concurrent
[ ]   75    0    0   75 /   83     9.4s Lockfree.Skiplist concurrent
[ ]   76    0    0   76 /   83     9.6s Lockfree.Skiplist concurrent
[ ]   80    0    0   80 /   83     9.7s Lockfree.Skiplist concurrent
[]   83    0    0   83 /   83     9.8s Lockfree.Skiplist concurrent
================================================================================
success (ran 2 tests)
random seed: 254956351599307298
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   77     0.0s Lockfree.Skiplist sequential
[]   77    0    0   77 /   77     0.0s Lockfree.Skiplist sequential

[ ]    0    0    0    0 /   77     0.0s Lockfree.Skiplist concurrent
[ ]    2    0    0    2 /   77     0.1s Lockfree.Skiplist concurrent
[ ]    6    0    0    6 /   77     0.3s Lockfree.Skiplist concurrent
[ ]   11    0    0   11 /   77     0.4s Lockfree.Skiplist concurrent
[ ]   12    0    0   12 /   77     0.6s Lockfree.Skiplist concurrent
[ ]   18    0    0   18 /   77     0.7s Lockfree.Skiplist concurrent
[ ]   24    0    0   24 /   77     0.8s Lockfree.Skiplist concurrent
[ ]   26    0    0   26 /   77     1.0s Lockfree.Skiplist concurrent
[ ]   27    0    0   27 /   77     1.2s Lockfree.Skiplist concurrent
[ ]   29    0    0   29 /   77     2.0s Lockfree.Skiplist concurrent
[ ]   30    0    0   30 /   77     2.3s Lockfree.Skiplist concurrent
[ ]   31    0    0   31 /   77     3.3s Lockfree.Skiplist concurrent
[ ]   35    0    0   35 /   77     3.8s Lockfree.Skiplist concurrent
[ ]   39    0    0   39 /   77     4.1s Lockfree.Skiplist concurrent
[ ]   40    0    0   40 /   77     5.0s Lockfree.Skiplist concurrent
[ ]   43    0    0   43 /   77     5.3s Lockfree.Skiplist concurrent
[ ]   46    0    0   46 /   77     5.8s Lockfree.Skiplist concurrent
[ ]   47    0    0   47 /   77     6.1s Lockfree.Skiplist concurrent
[ ]   48    0    0   48 /   77     6.5s Lockfree.Skiplist concurrent
[ ]   50    0    0   50 /   77     6.6s Lockfree.Skiplist concurrent
[ ]   52    0    0   52 /   77     6.8s Lockfree.Skiplist concurrent
[ ]   55    0    0   55 /   77     7.5s Lockfree.Skiplist concurrent
[ ]   56    0    0   56 /   77     7.7s Lockfree.Skiplist concurrent
[ ]   59    0    0   59 /   77     8.0s Lockfree.Skiplist concurrent
[ ]   60    0    0   60 /   77     8.1s Lockfree.Skiplist concurrent
[ ]   61    0    0   61 /   77     8.3s Lockfree.Skiplist concurrent
[ ]   62    0    0   62 /   77     8.5s Lockfree.Skiplist concurrent
[ ]   63    0    0   63 /   77     8.7s Lockfree.Skiplist concurrent
[ ]   64    0    0   64 /   77     9.4s Lockfree.Skiplist concurrent
[ ]   65    0    0   65 /   77     9.9s Lockfree.Skiplist concurrent
[ ]   68    0    0   68 /   77    10.0s Lockfree.Skiplist concurrent
[ ]   69    0    0   69 /   77    10.5s Lockfree.Skiplist concurrent
[ ]   71    0    0   71 /   77    10.6s Lockfree.Skiplist concurrent
[ ]   72    0    0   72 /   77    10.8s Lockfree.Skiplist concurrent
[ ]   74    0    0   74 /   77    10.9s Lockfree.Skiplist concurrent
[ ]   76    0    0   76 /   77    11.0s Lockfree.Skiplist concurrent
[]   77    0    0   77 /   77    11.1s Lockfree.Skiplist concurrent
================================================================================
success (ran 2 tests)
random seed: 1583706659965533315
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   34     0.0s Lockfree.Skiplist sequential
[]   34    0    0   34 /   34     0.0s Lockfree.Skiplist sequential

[ ]    0    0    0    0 /   34     0.0s Lockfree.Skiplist concurrent
[ ]    1    0    0    1 /   34     0.4s Lockfree.Skiplist concurrent
[ ]    3    0    0    3 /   34     0.5s Lockfree.Skiplist concurrent
[ ]    7    0    0    7 /   34     0.6s Lockfree.Skiplist concurrent
[ ]    8    0    0    8 /   34     1.8s Lockfree.Skiplist concurrent
[ ]    9    0    0    9 /   34     2.3s Lockfree.Skiplist concurrent
[ ]   10    0    0   10 /   34     2.4s Lockfree.Skiplist concurrent
[ ]   11    0    0   11 /   34     2.6s Lockfree.Skiplist concurrent
[ ]   12    0    0   12 /   34     3.0s Lockfree.Skiplist concurrent
[ ]   14    0    0   14 /   34     3.2s Lockfree.Skiplist concurrent
[ ]   17    0    0   17 /   34     3.3s Lockfree.Skiplist concurrent
[ ]   20    0    0   20 /   34     3.4s Lockfree.Skiplist concurrent
[ ]   22    0    0   22 /   34     3.9s Lockfree.Skiplist concurrent
[ ]   23    0    0   23 /   34     4.2s Lockfree.Skiplist concurrent
[ ]   25    0    0   25 /   34     4.4s Lockfree.Skiplist concurrent
[ ]   27    0    0   27 /   34     4.5s Lockfree.Skiplist concurrent
[ ]   28    0    0   28 /   34     4.9s Lockfree.Skiplist concurrent
[ ]   29    0    0   29 /   34     5.2s Lockfree.Skiplist concurrent
[ ]   30    0    0   30 /   34     5.4s Lockfree.Skiplist concurrent
[ ]   31    0    0   31 /   34     5.5s Lockfree.Skiplist concurrent
[ ]   32    0    0   32 /   34     6.6s Lockfree.Skiplist concurrent
[ ]   33    0    0   33 /   34     7.0s Lockfree.Skiplist concurrent
[ ]   34    0    0   34 /   34     7.3s Lockfree.Skiplist concurrent
[]   34    0    0   34 /   34     7.3s Lockfree.Skiplist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/treiber_stack && ./stm_treiber_stack.exe)
random seed: 3203532934921189295
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Treiber_stack sequential
[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Treiber_stack sequential (generating)
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Treiber_stack sequential

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    1    0    0    1 /   32     1.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    2    0    0    2 /   32     1.6s Saturn_lockfree.Treiber_stack concurrent
[ ]    3    0    0    3 /   32     2.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    4    0    0    4 /   32     2.3s Saturn_lockfree.Treiber_stack concurrent
[ ]    5    0    0    5 /   32     2.5s Saturn_lockfree.Treiber_stack concurrent
[ ]    6    0    0    6 /   32     2.6s Saturn_lockfree.Treiber_stack concurrent
[ ]    7    0    0    7 /   32     2.7s Saturn_lockfree.Treiber_stack concurrent
[ ]    9    0    0    9 /   32     2.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   10    0    0   10 /   32     3.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   11    0    0   11 /   32     3.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   12    0    0   12 /   32     3.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   13    0    0   13 /   32     3.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   14    0    0   14 /   32     3.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   16    0    0   16 /   32     3.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   18    0    0   18 /   32     4.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   19    0    0   19 /   32     4.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   20    0    0   20 /   32     4.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   21    0    0   21 /   32     4.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   22    0    0   22 /   32     4.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   23    0    0   23 /   32     5.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   24    0    0   24 /   32     5.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   26    0    0   26 /   32     5.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   27    0    0   27 /   32     5.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   29    0    0   29 /   32     5.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   30    0    0   30 /   32     7.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   31    0    0   31 /   32     8.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   32    0    0   32 /   32    10.4s Saturn_lockfree.Treiber_stack concurrent
[]   32    0    0   32 /   32    10.4s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2911169861363636928
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   64     0.0s Saturn_lockfree.Treiber_stack sequential
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Treiber_stack sequential

[ ]    0    0    0    0 /   64     0.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    1    0    0    1 /   64     0.8s Saturn_lockfree.Treiber_stack concurrent
[ ]    2    0    0    2 /   64     1.3s Saturn_lockfree.Treiber_stack concurrent
[ ]    3    0    0    3 /   64     1.5s Saturn_lockfree.Treiber_stack concurrent
[ ]    4    0    0    4 /   64     1.8s Saturn_lockfree.Treiber_stack concurrent
[ ]    5    0    0    5 /   64     2.1s Saturn_lockfree.Treiber_stack concurrent
[ ]    8    0    0    8 /   64     2.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    9    0    0    9 /   64     2.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   10    0    0   10 /   64     3.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   11    0    0   11 /   64     4.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   12    0    0   12 /   64     5.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   13    0    0   13 /   64     5.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   14    0    0   14 /   64     6.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   15    0    0   15 /   64     6.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   16    0    0   16 /   64     6.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   17    0    0   17 /   64     6.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   18    0    0   18 /   64     6.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   19    0    0   19 /   64     7.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   21    0    0   21 /   64     7.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   22    0    0   22 /   64     7.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   24    0    0   24 /   64     7.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   25    0    0   25 /   64     8.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   27    0    0   27 /   64     8.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   28    0    0   28 /   64     9.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   29    0    0   29 /   64     9.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   30    0    0   30 /   64     9.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   31    0    0   31 /   64     9.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   32    0    0   32 /   64    10.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   33    0    0   33 /   64    10.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   34    0    0   34 /   64    10.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   35    0    0   35 /   64    10.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   36    0    0   36 /   64    11.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   37    0    0   37 /   64    11.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   38    0    0   38 /   64    11.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   40    0    0   40 /   64    12.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   41    0    0   41 /   64    12.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   43    0    0   43 /   64    13.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   46    0    0   46 /   64    13.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   49    0    0   49 /   64    13.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   50    0    0   50 /   64    13.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   51    0    0   51 /   64    14.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   52    0    0   52 /   64    14.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   53    0    0   53 /   64    14.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   54    0    0   54 /   64    14.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   55    0    0   55 /   64    15.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   56    0    0   56 /   64    15.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   57    0    0   57 /   64    16.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   58    0    0   58 /   64    16.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   59    0    0   59 /   64    16.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   60    0    0   60 /   64    17.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   61    0    0   61 /   64    17.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   62    0    0   62 /   64    17.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   63    0    0   63 /   64    17.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   64    0    0   64 /   64    18.0s Saturn_lockfree.Treiber_stack concurrent
[]   64    0    0   64 /   64    18.0s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2832790637552228267
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  106     0.0s Saturn_lockfree.Treiber_stack sequential
[]  106    0    0  106 /  106     0.0s Saturn_lockfree.Treiber_stack sequential

[ ]    0    0    0    0 /  106     0.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    2    0    0    2 /  106     0.5s Saturn_lockfree.Treiber_stack concurrent
[ ]    3    0    0    3 /  106     0.6s Saturn_lockfree.Treiber_stack concurrent
[ ]    4    0    0    4 /  106     1.1s Saturn_lockfree.Treiber_stack concurrent
[ ]    5    0    0    5 /  106     1.6s Saturn_lockfree.Treiber_stack concurrent
[ ]    6    0    0    6 /  106     1.7s Saturn_lockfree.Treiber_stack concurrent
[ ]    8    0    0    8 /  106     2.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    9    0    0    9 /  106     2.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   10    0    0   10 /  106     2.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   12    0    0   12 /  106     2.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   15    0    0   15 /  106     2.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   16    0    0   16 /  106     2.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   17    0    0   17 /  106     3.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   19    0    0   19 /  106     3.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   23    0    0   23 /  106     3.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   24    0    0   24 /  106     4.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   25    0    0   25 /  106     4.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   26    0    0   26 /  106     4.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   27    0    0   27 /  106     5.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   29    0    0   29 /  106     5.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   31    0    0   31 /  106     5.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   32    0    0   32 /  106     6.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   33    0    0   33 /  106     6.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   34    0    0   34 /  106     6.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   36    0    0   36 /  106     6.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   38    0    0   38 /  106     6.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   39    0    0   39 /  106     7.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   40    0    0   40 /  106     7.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   41    0    0   41 /  106     7.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   42    0    0   42 /  106     8.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   43    0    0   43 /  106     9.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   44    0    0   44 /  106     9.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   45    0    0   45 /  106     9.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   47    0    0   47 /  106    10.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   48    0    0   48 /  106    10.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   52    0    0   52 /  106    10.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   54    0    0   54 /  106    10.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   55    0    0   55 /  106    11.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   56    0    0   56 /  106    11.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   59    0    0   59 /  106    11.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   62    0    0   62 /  106    11.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   65    0    0   65 /  106    12.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   69    0    0   69 /  106    12.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   71    0    0   71 /  106    12.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   74    0    0   74 /  106    12.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   78    0    0   78 /  106    12.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   81    0    0   81 /  106    12.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   82    0    0   82 /  106    13.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   86    0    0   86 /  106    13.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   89    0    0   89 /  106    13.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   93    0    0   93 /  106    13.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   94    0    0   94 /  106    13.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   95    0    0   95 /  106    13.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   96    0    0   96 /  106    14.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   99    0    0   99 /  106    14.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  100    0    0  100 /  106    14.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  101    0    0  101 /  106    14.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  102    0    0  102 /  106    14.9s Saturn_lockfree.Treiber_stack concurrent
[]  106    0    0  106 /  106    15.0s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
random seed: 648815939754869869
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   77     0.0s Saturn_lockfree.Treiber_stack sequential
[]   77    0    0   77 /   77     0.0s Saturn_lockfree.Treiber_stack sequential

[ ]    0    0    0    0 /   77     0.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    1    0    0    1 /   77     0.1s Saturn_lockfree.Treiber_stack concurrent
[ ]    5    0    0    5 /   77     0.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    8    0    0    8 /   77     0.7s Saturn_lockfree.Treiber_stack concurrent
[ ]    9    0    0    9 /   77     0.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   13    0    0   13 /   77     1.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   19    0    0   19 /   77     1.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   20    0    0   20 /   77     1.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   21    0    0   21 /   77     1.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   28    0    0   28 /   77     1.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   29    0    0   29 /   77     2.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   32    0    0   32 /   77     2.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   33    0    0   33 /   77     2.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   34    0    0   34 /   77     2.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   35    0    0   35 /   77     2.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   36    0    0   36 /   77     2.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   37    0    0   37 /   77     3.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   40    0    0   40 /   77     3.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   41    0    0   41 /   77     4.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   42    0    0   42 /   77     4.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   43    0    0   43 /   77     5.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   44    0    0   44 /   77     5.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   46    0    0   46 /   77     5.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   47    0    0   47 /   77     5.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   48    0    0   48 /   77     6.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   49    0    0   49 /   77     6.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   50    0    0   50 /   77     6.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   51    0    0   51 /   77     6.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   52    0    0   52 /   77     7.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   53    0    0   53 /   77     7.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   54    0    0   54 /   77     7.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   55    0    0   55 /   77     8.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   56    0    0   56 /   77     8.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   58    0    0   58 /   77     8.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   60    0    0   60 /   77     8.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   62    0    0   62 /   77     9.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   63    0    0   63 /   77     9.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   66    0    0   66 /   77     9.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   70    0    0   70 /   77     9.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   73    0    0   73 /   77     9.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   76    0    0   76 /   77     9.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   77    0    0   77 /   77    10.1s Saturn_lockfree.Treiber_stack concurrent
[]   77    0    0   77 /   77    10.1s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2397753071477979945
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   33     0.0s Saturn_lockfree.Treiber_stack sequential
[]   33    0    0   33 /   33     0.0s Saturn_lockfree.Treiber_stack sequential

[ ]    0    0    0    0 /   33     0.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    2    0    0    2 /   33     0.9s Saturn_lockfree.Treiber_stack concurrent
[ ]    3    0    0    3 /   33     1.3s Saturn_lockfree.Treiber_stack concurrent
[ ]    4    0    0    4 /   33     1.8s Saturn_lockfree.Treiber_stack concurrent
[ ]    5    0    0    5 /   33     2.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    6    0    0    6 /   33     2.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    8    0    0    8 /   33     2.4s Saturn_lockfree.Treiber_stack concurrent
[ ]    9    0    0    9 /   33     2.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   11    0    0   11 /   33     2.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   14    0    0   14 /   33     2.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   16    0    0   16 /   33     3.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   17    0    0   17 /   33     3.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   19    0    0   19 /   33     3.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   21    0    0   21 /   33     3.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   22    0    0   22 /   33     3.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   23    0    0   23 /   33     4.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   24    0    0   24 /   33     4.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   25    0    0   25 /   33     5.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   26    0    0   26 /   33     5.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   27    0    0   27 /   33     6.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   28    0    0   28 /   33     7.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   29    0    0   29 /   33     7.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   30    0    0   30 /   33     7.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   31    0    0   31 /   33     8.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   33    0    0   33 /   33     9.1s Saturn_lockfree.Treiber_stack concurrent
[]   33    0    0   33 /   33     9.1s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/size && ./stm_size.exe)
random seed: 3462515501817625305
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Size sequential
[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Size sequential (generating)
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Size sequential

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Size concurrent
[ ]    1    0    0    1 /   32     0.8s Saturn_lockfree.Size concurrent
[ ]    2    0    0    2 /   32     1.8s Saturn_lockfree.Size concurrent
[ ]    3    0    0    3 /   32     2.0s Saturn_lockfree.Size concurrent
[ ]    4    0    0    4 /   32     2.4s Saturn_lockfree.Size concurrent
[ ]    5    0    0    5 /   32     2.7s Saturn_lockfree.Size concurrent
[ ]    6    0    0    6 /   32     2.9s Saturn_lockfree.Size concurrent
[ ]    7    0    0    7 /   32     3.3s Saturn_lockfree.Size concurrent
[ ]    9    0    0    9 /   32     3.7s Saturn_lockfree.Size concurrent
[ ]   10    0    0   10 /   32     4.1s Saturn_lockfree.Size concurrent
[ ]   11    0    0   11 /   32     4.3s Saturn_lockfree.Size concurrent
[ ]   12    0    0   12 /   32     4.6s Saturn_lockfree.Size concurrent
[ ]   13    0    0   13 /   32     4.8s Saturn_lockfree.Size concurrent
[ ]   14    0    0   14 /   32     4.9s Saturn_lockfree.Size concurrent
[ ]   15    0    0   15 /   32     5.2s Saturn_lockfree.Size concurrent
[ ]   16    0    0   16 /   32     5.3s Saturn_lockfree.Size concurrent
[ ]   17    0    0   17 /   32     5.5s Saturn_lockfree.Size concurrent
[ ]   18    0    0   18 /   32     5.7s Saturn_lockfree.Size concurrent
[ ]   19    0    0   19 /   32     6.7s Saturn_lockfree.Size concurrent
[ ]   20    0    0   20 /   32     8.6s Saturn_lockfree.Size concurrent
[ ]   21    0    0   21 /   32    10.7s Saturn_lockfree.Size concurrent
[ ]   22    0    0   22 /   32    11.2s Saturn_lockfree.Size concurrent
[ ]   23    0    0   23 /   32    11.7s Saturn_lockfree.Size concurrent
[ ]   24    0    0   24 /   32    11.8s Saturn_lockfree.Size concurrent
[ ]   25    0    0   25 /   32    11.9s Saturn_lockfree.Size concurrent
[ ]   26    0    0   26 /   32    12.2s Saturn_lockfree.Size concurrent
[ ]   27    0    0   27 /   32    12.8s Saturn_lockfree.Size concurrent
[ ]   28    0    0   28 /   32    13.5s Saturn_lockfree.Size concurrent
[ ]   29    0    0   29 /   32    14.4s Saturn_lockfree.Size concurrent
[ ]   30    0    0   30 /   32    15.2s Saturn_lockfree.Size concurrent
[ ]   31    0    0   31 /   32    16.0s Saturn_lockfree.Size concurrent
[ ]   32    0    0   32 /   32    16.1s Saturn_lockfree.Size concurrent
[]   32    0    0   32 /   32    16.1s Saturn_lockfree.Size concurrent
================================================================================
success (ran 2 tests)
random seed: 2462666978645807844
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   64     0.0s Saturn_lockfree.Size sequential
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.Size sequential

[ ]    0    0    0    0 /   64     0.0s Saturn_lockfree.Size concurrent
[ ]    1    0    0    1 /   64     0.4s Saturn_lockfree.Size concurrent
[ ]    2    0    0    2 /   64     0.6s Saturn_lockfree.Size concurrent
[ ]    3    0    0    3 /   64     1.7s Saturn_lockfree.Size concurrent
[ ]    4    0    0    4 /   64     2.5s Saturn_lockfree.Size concurrent
[ ]    5    0    0    5 /   64     2.6s Saturn_lockfree.Size concurrent
[ ]    6    0    0    6 /   64     3.0s Saturn_lockfree.Size concurrent
[ ]    7    0    0    7 /   64     3.1s Saturn_lockfree.Size concurrent
[ ]    8    0    0    8 /   64     3.3s Saturn_lockfree.Size concurrent
[ ]    9    0    0    9 /   64     3.5s Saturn_lockfree.Size concurrent
[ ]   10    0    0   10 /   64     4.0s Saturn_lockfree.Size concurrent
[ ]   11    0    0   11 /   64     4.2s Saturn_lockfree.Size concurrent
[ ]   12    0    0   12 /   64     4.4s Saturn_lockfree.Size concurrent
[ ]   13    0    0   13 /   64     4.5s Saturn_lockfree.Size concurrent
[ ]   14    0    0   14 /   64     5.2s Saturn_lockfree.Size concurrent
[ ]   15    0    0   15 /   64     5.3s Saturn_lockfree.Size concurrent
[ ]   16    0    0   16 /   64     5.4s Saturn_lockfree.Size concurrent
[ ]   17    0    0   17 /   64     6.1s Saturn_lockfree.Size concurrent
[ ]   18    0    0   18 /   64     6.2s Saturn_lockfree.Size concurrent
[ ]   19    0    0   19 /   64     6.7s Saturn_lockfree.Size concurrent
[ ]   20    0    0   20 /   64     7.0s Saturn_lockfree.Size concurrent
[ ]   22    0    0   22 /   64     7.5s Saturn_lockfree.Size concurrent
[ ]   23    0    0   23 /   64     8.8s Saturn_lockfree.Size concurrent
[ ]   24    0    0   24 /   64    10.0s Saturn_lockfree.Size concurrent
[ ]   25    0    0   25 /   64    10.3s Saturn_lockfree.Size concurrent
[ ]   26    0    0   26 /   64    10.6s Saturn_lockfree.Size concurrent
[ ]   27    0    0   27 /   64    10.8s Saturn_lockfree.Size concurrent
[ ]   28    0    0   28 /   64    10.9s Saturn_lockfree.Size concurrent
[ ]   29    0    0   29 /   64    11.1s Saturn_lockfree.Size concurrent
[ ]   30    0    0   30 /   64    11.3s Saturn_lockfree.Size concurrent
[ ]   31    0    0   31 /   64    11.4s Saturn_lockfree.Size concurrent
[ ]   32    0    0   32 /   64    11.9s Saturn_lockfree.Size concurrent
[ ]   33    0    0   33 /   64    12.3s Saturn_lockfree.Size concurrent
[ ]   34    0    0   34 /   64    12.5s Saturn_lockfree.Size concurrent
[ ]   35    0    0   35 /   64    12.6s Saturn_lockfree.Size concurrent
[ ]   36    0    0   36 /   64    12.8s Saturn_lockfree.Size concurrent
[ ]   38    0    0   38 /   64    12.9s Saturn_lockfree.Size concurrent
[ ]   41    0    0   41 /   64    13.1s Saturn_lockfree.Size concurrent
[ ]   43    0    0   43 /   64    13.3s Saturn_lockfree.Size concurrent
[ ]   44    0    0   44 /   64    14.3s Saturn_lockfree.Size concurrent
[ ]   45    0    0   45 /   64    14.5s Saturn_lockfree.Size concurrent
[ ]   46    0    0   46 /   64    14.8s Saturn_lockfree.Size concurrent
[ ]   48    0    0   48 /   64    15.8s Saturn_lockfree.Size concurrent
[ ]   49    0    0   49 /   64    15.9s Saturn_lockfree.Size concurrent
[ ]   51    0    0   51 /   64    16.4s Saturn_lockfree.Size concurrent
[ ]   52    0    0   52 /   64    16.5s Saturn_lockfree.Size concurrent
[ ]   55    0    0   55 /   64    16.7s Saturn_lockfree.Size concurrent
[ ]   58    0    0   58 /   64    16.9s Saturn_lockfree.Size concurrent
[ ]   59    0    0   59 /   64    17.7s Saturn_lockfree.Size concurrent
[ ]   60    0    0   60 /   64    18.0s Saturn_lockfree.Size concurrent
[ ]   61    0    0   61 /   64    18.7s Saturn_lockfree.Size concurrent
[ ]   63    0    0   63 /   64    18.8s Saturn_lockfree.Size concurrent
[]   64    0    0   64 /   64    18.9s Saturn_lockfree.Size concurrent
================================================================================
success (ran 2 tests)
random seed: 4203389279055171446
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   68     0.0s Saturn_lockfree.Size sequential
[]   68    0    0   68 /   68     0.0s Saturn_lockfree.Size sequential

[ ]    0    0    0    0 /   68     0.0s Saturn_lockfree.Size concurrent
[ ]    1    0    0    1 /   68     0.2s Saturn_lockfree.Size concurrent
[ ]    4    0    0    4 /   68     0.9s Saturn_lockfree.Size concurrent
[ ]    7    0    0    7 /   68     1.1s Saturn_lockfree.Size concurrent
[ ]    8    0    0    8 /   68     1.2s Saturn_lockfree.Size concurrent
[ ]    9    0    0    9 /   68     1.7s Saturn_lockfree.Size concurrent
[ ]   10    0    0   10 /   68     1.9s Saturn_lockfree.Size concurrent
[ ]   11    0    0   11 /   68     2.2s Saturn_lockfree.Size concurrent
[ ]   12    0    0   12 /   68     2.8s Saturn_lockfree.Size concurrent
[ ]   13    0    0   13 /   68     3.0s Saturn_lockfree.Size concurrent
[ ]   14    0    0   14 /   68     3.2s Saturn_lockfree.Size concurrent
[ ]   16    0    0   16 /   68     3.6s Saturn_lockfree.Size concurrent
[ ]   17    0    0   17 /   68     3.7s Saturn_lockfree.Size concurrent
[ ]   21    0    0   21 /   68     4.2s Saturn_lockfree.Size concurrent
[ ]   25    0    0   25 /   68     4.4s Saturn_lockfree.Size concurrent
[ ]   26    0    0   26 /   68     4.5s Saturn_lockfree.Size concurrent
[ ]   29    0    0   29 /   68     4.6s Saturn_lockfree.Size concurrent
[ ]   32    0    0   32 /   68     4.9s Saturn_lockfree.Size concurrent
[ ]   37    0    0   37 /   68     5.0s Saturn_lockfree.Size concurrent
[ ]   38    0    0   38 /   68     5.4s Saturn_lockfree.Size concurrent
[ ]   39    0    0   39 /   68     5.7s Saturn_lockfree.Size concurrent
[ ]   44    0    0   44 /   68     6.2s Saturn_lockfree.Size concurrent
[ ]   45    0    0   45 /   68     6.6s Saturn_lockfree.Size concurrent
[ ]   47    0    0   47 /   68     7.1s Saturn_lockfree.Size concurrent
[ ]   48    0    0   48 /   68     7.3s Saturn_lockfree.Size concurrent
[ ]   51    0    0   51 /   68     7.4s Saturn_lockfree.Size concurrent
[ ]   52    0    0   52 /   68     7.6s Saturn_lockfree.Size concurrent
[ ]   58    0    0   58 /   68     7.8s Saturn_lockfree.Size concurrent
[ ]   60    0    0   60 /   68     8.0s Saturn_lockfree.Size concurrent
[ ]   61    0    0   61 /   68     8.1s Saturn_lockfree.Size concurrent
[ ]   64    0    0   64 /   68     8.2s Saturn_lockfree.Size concurrent
[ ]   65    0    0   65 /   68     8.3s Saturn_lockfree.Size concurrent
[]   68    0    0   68 /   68     8.4s Saturn_lockfree.Size concurrent
================================================================================
success (ran 2 tests)
random seed: 1393535973563186204
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   62     0.0s Saturn_lockfree.Size sequential
[]   62    0    0   62 /   62     0.0s Saturn_lockfree.Size sequential

[ ]    0    0    0    0 /   62     0.0s Saturn_lockfree.Size concurrent
[ ]    1    0    0    1 /   62     0.0s Saturn_lockfree.Size concurrent
[ ]    6    0    0    6 /   62     0.2s Saturn_lockfree.Size concurrent
[ ]    9    0    0    9 /   62     0.3s Saturn_lockfree.Size concurrent
[ ]   11    0    0   11 /   62     0.7s Saturn_lockfree.Size concurrent
[ ]   13    0    0   13 /   62     1.6s Saturn_lockfree.Size concurrent
[ ]   15    0    0   15 /   62     2.1s Saturn_lockfree.Size concurrent
[ ]   16    0    0   16 /   62     2.2s Saturn_lockfree.Size concurrent
[ ]   20    0    0   20 /   62     2.4s Saturn_lockfree.Size concurrent
[ ]   23    0    0   23 /   62     2.9s Saturn_lockfree.Size concurrent
[ ]   25    0    0   25 /   62     3.0s Saturn_lockfree.Size concurrent
[ ]   29    0    0   29 /   62     3.1s Saturn_lockfree.Size concurrent
[ ]   30    0    0   30 /   62     3.5s Saturn_lockfree.Size concurrent
[ ]   32    0    0   32 /   62     3.9s Saturn_lockfree.Size concurrent
[ ]   33    0    0   33 /   62     5.0s Saturn_lockfree.Size concurrent
[ ]   35    0    0   35 /   62     5.2s Saturn_lockfree.Size concurrent
[ ]   36    0    0   36 /   62     5.8s Saturn_lockfree.Size concurrent
[ ]   37    0    0   37 /   62     5.9s Saturn_lockfree.Size concurrent
[ ]   38    0    0   38 /   62     6.1s Saturn_lockfree.Size concurrent
[ ]   39    0    0   39 /   62     6.2s Saturn_lockfree.Size concurrent
[ ]   41    0    0   41 /   62     6.4s Saturn_lockfree.Size concurrent
[ ]   42    0    0   42 /   62     6.6s Saturn_lockfree.Size concurrent
[ ]   43    0    0   43 /   62     6.8s Saturn_lockfree.Size concurrent
[ ]   44    0    0   44 /   62     6.9s Saturn_lockfree.Size concurrent
[ ]   45    0    0   45 /   62     7.1s Saturn_lockfree.Size concurrent
[ ]   46    0    0   46 /   62     7.4s Saturn_lockfree.Size concurrent
[ ]   47    0    0   47 /   62     7.5s Saturn_lockfree.Size concurrent
[ ]   49    0    0   49 /   62     7.9s Saturn_lockfree.Size concurrent
[ ]   50    0    0   50 /   62     8.2s Saturn_lockfree.Size concurrent
[ ]   52    0    0   52 /   62     8.4s Saturn_lockfree.Size concurrent
[ ]   54    0    0   54 /   62     8.6s Saturn_lockfree.Size concurrent
[ ]   57    0    0   57 /   62     8.7s Saturn_lockfree.Size concurrent
[ ]   62    0    0   62 /   62     8.8s Saturn_lockfree.Size concurrent
[]   62    0    0   62 /   62     8.8s Saturn_lockfree.Size concurrent
================================================================================
success (ran 2 tests)
random seed: 3101852448728600137
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   33     0.0s Saturn_lockfree.Size sequential
[]   33    0    0   33 /   33     0.0s Saturn_lockfree.Size sequential

[ ]    0    0    0    0 /   33     0.0s Saturn_lockfree.Size concurrent
[ ]    1    0    0    1 /   33     0.2s Saturn_lockfree.Size concurrent
[ ]    5    0    0    5 /   33     0.3s Saturn_lockfree.Size concurrent
[ ]    9    0    0    9 /   33     0.4s Saturn_lockfree.Size concurrent
[ ]   10    0    0   10 /   33     1.1s Saturn_lockfree.Size concurrent
[ ]   12    0    0   12 /   33     2.1s Saturn_lockfree.Size concurrent
[ ]   13    0    0   13 /   33     3.1s Saturn_lockfree.Size concurrent
[ ]   14    0    0   14 /   33     3.2s Saturn_lockfree.Size concurrent
[ ]   15    0    0   15 /   33     3.3s Saturn_lockfree.Size concurrent
[ ]   16    0    0   16 /   33     3.5s Saturn_lockfree.Size concurrent
[ ]   17    0    0   17 /   33     3.7s Saturn_lockfree.Size concurrent
[ ]   19    0    0   19 /   33     3.9s Saturn_lockfree.Size concurrent
[ ]   20    0    0   20 /   33     4.0s Saturn_lockfree.Size concurrent
[ ]   23    0    0   23 /   33     4.1s Saturn_lockfree.Size concurrent
[ ]   24    0    0   24 /   33     4.5s Saturn_lockfree.Size concurrent
[ ]   25    0    0   25 /   33     4.7s Saturn_lockfree.Size concurrent
[ ]   27    0    0   27 /   33     4.9s Saturn_lockfree.Size concurrent
[ ]   29    0    0   29 /   33     5.1s Saturn_lockfree.Size concurrent
[ ]   31    0    0   31 /   33     5.2s Saturn_lockfree.Size concurrent
[ ]   33    0    0   33 /   33     5.5s Saturn_lockfree.Size concurrent
[]   33    0    0   33 /   33     5.5s Saturn_lockfree.Size concurrent
================================================================================
success (ran 2 tests)
random seed: 3630776920840022912
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Size sequential
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.Size sequential

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Size concurrent
[ ]    1    0    0    1 /   32     0.1s Saturn_lockfree.Size concurrent
[ ]    2    0    0    2 /   32     0.7s Saturn_lockfree.Size concurrent
[ ]    3    0    0    3 /   32     1.2s Saturn_lockfree.Size concurrent
[ ]    4    0    0    4 /   32     1.8s Saturn_lockfree.Size concurrent
[ ]    5    0    0    5 /   32     2.3s Saturn_lockfree.Size concurrent
[ ]    7    0    0    7 /   32     2.7s Saturn_lockfree.Size concurrent
[ ]    9    0    0    9 /   32     3.7s Saturn_lockfree.Size concurrent
[ ]   10    0    0   10 /   32     4.7s Saturn_lockfree.Size concurrent
[ ]   11    0    0   11 /   32     5.8s Saturn_lockfree.Size concurrent
[ ]   12    0    0   12 /   32     6.1s Saturn_lockfree.Size concurrent
[ ]   14    0    0   14 /   32     6.3s Saturn_lockfree.Size concurrent
[ ]   15    0    0   15 /   32     6.8s Saturn_lockfree.Size concurrent
[ ]   16    0    0   16 /   32     7.4s Saturn_lockfree.Size concurrent
[ ]   18    0    0   18 /   32     7.9s Saturn_lockfree.Size concurrent
[ ]   19    0    0   19 /   32     8.4s Saturn_lockfree.Size concurrent
[ ]   20    0    0   20 /   32     8.9s Saturn_lockfree.Size concurrent
[ ]   21    0    0   21 /   32     9.4s Saturn_lockfree.Size concurrent
[ ]   22    0    0   22 /   32    10.0s Saturn_lockfree.Size concurrent
[ ]   23    0    0   23 /   32    10.3s Saturn_lockfree.Size concurrent
[ ]   24    0    0   24 /   32    10.6s Saturn_lockfree.Size concurrent
[ ]   25    0    0   25 /   32    10.8s Saturn_lockfree.Size concurrent
[ ]   26    0    0   26 /   32    11.0s Saturn_lockfree.Size concurrent
[ ]   27    0    0   27 /   32    11.7s Saturn_lockfree.Size concurrent
[ ]   29    0    0   29 /   32    11.9s Saturn_lockfree.Size concurrent
[ ]   30    0    0   30 /   32    12.4s Saturn_lockfree.Size concurrent
[ ]   31    0    0   31 /   32    12.6s Saturn_lockfree.Size concurrent
[]   32    0    0   32 /   32    12.7s Saturn_lockfree.Size concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/mpmc_relaxed_queue && ./test_mpmc_relaxed_queue.exe)
Testing `Mpmc_queue'.
This run has ID `OQXUBXR8'.

  [OK]          single-thread                        0   is it a queue.
  [OK]          validate items                       0   1 prod. 1 cons.
  [OK]          validate indices under load          0    4 prod. 4 cons.
  [OK]          validate indices under load          1    8 prod. 1 cons.
  [OK]          validate indices under load          2    1 prod. 8 cons.
  [OK]          single-thread-CAS-intf               0   is it a queue.
  [OK]          validate items-CAS-intf              0   1 prod. 1 cons.
  [OK]          single-thread-spinning               0   is it a queue.
  [OK]          validate-items-spinning              0   1 prod. 1 cons.

Full test results in `/src/_build/default/test/mpmc_relaxed_queue/_build/_tests/Mpmc_queue'.
Test Successful in 113.851s. 9 tests run.
(cd _build/default/test/michael_scott_queue && ./stm_michael_scott_queue.exe)
random seed: 3918593137395316790
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.michael_scott_queue_safe sequential (generating)
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.michael_scott_queue_safe sequential

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    1    0    0    1 /   32     0.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    2    0    0    2 /   32     1.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    3    0    0    3 /   32     1.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    4    0    0    4 /   32     1.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    5    0    0    5 /   32     1.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    6    0    0    6 /   32     2.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    7    0    0    7 /   32     2.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    8    0    0    8 /   32     2.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   10    0    0   10 /   32     2.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   11    0    0   11 /   32     2.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   13    0    0   13 /   32     3.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   15    0    0   15 /   32     3.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   17    0    0   17 /   32     3.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   18    0    0   18 /   32     3.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   20    0    0   20 /   32     4.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   21    0    0   21 /   32     4.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   24    0    0   24 /   32     4.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   26    0    0   26 /   32     4.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   28    0    0   28 /   32     5.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   29    0    0   29 /   32     6.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   30    0    0   30 /   32     7.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   31    0    0   31 /   32     8.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   32    0    0   32 /   32    10.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[]   32    0    0   32 /   32    10.2s Saturn_lockfree.michael_scott_queue_safe concurrent
================================================================================
success (ran 2 tests)
random seed: 2929957286108735236
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   64     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.michael_scott_queue_safe sequential

[ ]    0    0    0    0 /   64     0.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    1    0    0    1 /   64     0.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    2    0    0    2 /   64     0.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    3    0    0    3 /   64     1.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    5    0    0    5 /   64     1.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    7    0    0    7 /   64     1.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    8    0    0    8 /   64     2.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    9    0    0    9 /   64     2.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   10    0    0   10 /   64     3.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   11    0    0   11 /   64     4.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   12    0    0   12 /   64     4.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   13    0    0   13 /   64     5.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   14    0    0   14 /   64     5.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   15    0    0   15 /   64     5.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   16    0    0   16 /   64     6.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   17    0    0   17 /   64     6.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   18    0    0   18 /   64     6.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   19    0    0   19 /   64     6.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   20    0    0   20 /   64     7.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   22    0    0   22 /   64     7.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   23    0    0   23 /   64     7.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   24    0    0   24 /   64     7.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   25    0    0   25 /   64     8.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   26    0    0   26 /   64     8.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   27    0    0   27 /   64     9.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   28    0    0   28 /   64     9.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   29    0    0   29 /   64     9.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   30    0    0   30 /   64     9.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   32    0    0   32 /   64    10.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   33    0    0   33 /   64    10.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   34    0    0   34 /   64    10.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   35    0    0   35 /   64    11.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   36    0    0   36 /   64    11.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   37    0    0   37 /   64    11.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   38    0    0   38 /   64    11.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   40    0    0   40 /   64    12.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   41    0    0   41 /   64    12.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   43    0    0   43 /   64    12.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   45    0    0   45 /   64    12.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   48    0    0   48 /   64    13.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   49    0    0   49 /   64    13.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   50    0    0   50 /   64    13.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   51    0    0   51 /   64    13.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   52    0    0   52 /   64    14.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   53    0    0   53 /   64    14.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   54    0    0   54 /   64    15.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   55    0    0   55 /   64    15.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   56    0    0   56 /   64    15.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   57    0    0   57 /   64    15.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   58    0    0   58 /   64    16.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   59    0    0   59 /   64    16.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   60    0    0   60 /   64    16.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   61    0    0   61 /   64    16.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   62    0    0   62 /   64    16.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   63    0    0   63 /   64    17.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   64    0    0   64 /   64    17.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[]   64    0    0   64 /   64    17.9s Saturn_lockfree.michael_scott_queue_safe concurrent
================================================================================
success (ran 2 tests)
random seed: 3657475805981560487
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  108     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[]  108    0    0  108 /  108     0.0s Saturn_lockfree.michael_scott_queue_safe sequential

[ ]    0    0    0    0 /  108     0.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    1    0    0    1 /  108     0.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    3    0    0    3 /  108     0.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    4    0    0    4 /  108     1.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    5    0    0    5 /  108     1.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    6    0    0    6 /  108     1.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    8    0    0    8 /  108     1.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    9    0    0    9 /  108     1.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   10    0    0   10 /  108     2.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   11    0    0   11 /  108     2.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   14    0    0   14 /  108     2.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   16    0    0   16 /  108     3.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   17    0    0   17 /  108     3.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   21    0    0   21 /  108     3.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   22    0    0   22 /  108     3.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   24    0    0   24 /  108     3.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   26    0    0   26 /  108     4.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   27    0    0   27 /  108     4.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   29    0    0   29 /  108     4.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   30    0    0   30 /  108     4.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   32    0    0   32 /  108     5.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   33    0    0   33 /  108     5.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   35    0    0   35 /  108     5.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   37    0    0   37 /  108     6.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   39    0    0   39 /  108     6.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   40    0    0   40 /  108     7.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   41    0    0   41 /  108     7.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   42    0    0   42 /  108     8.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   43    0    0   43 /  108     8.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   44    0    0   44 /  108     8.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   45    0    0   45 /  108     9.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   46    0    0   46 /  108     9.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   47    0    0   47 /  108     9.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   48    0    0   48 /  108    10.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   50    0    0   50 /  108    10.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   54    0    0   54 /  108    10.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   59    0    0   59 /  108    10.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   61    0    0   61 /  108    10.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   64    0    0   64 /  108    10.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   65    0    0   65 /  108    11.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   66    0    0   66 /  108    11.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   69    0    0   69 /  108    11.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   72    0    0   72 /  108    11.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   78    0    0   78 /  108    11.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   81    0    0   81 /  108    11.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   87    0    0   87 /  108    11.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   92    0    0   92 /  108    12.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   96    0    0   96 /  108    12.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   99    0    0   99 /  108    12.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  101    0    0  101 /  108    12.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  102    0    0  102 /  108    12.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  107    0    0  107 /  108    12.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[]  108    0    0  108 /  108    12.9s Saturn_lockfree.michael_scott_queue_safe concurrent
================================================================================
success (ran 2 tests)
random seed: 3112775431609345403
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   93     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[]   93    0    0   93 /   93     0.0s Saturn_lockfree.michael_scott_queue_safe sequential

[ ]    0    0    0    0 /   93     0.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    3    0    0    3 /   93     0.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    4    0    0    4 /   93     0.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    8    0    0    8 /   93     0.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   10    0    0   10 /   93     1.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   12    0    0   12 /   93     1.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   14    0    0   14 /   93     1.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   16    0    0   16 /   93     1.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   19    0    0   19 /   93     1.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   24    0    0   24 /   93     2.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   28    0    0   28 /   93     2.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   29    0    0   29 /   93     2.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   30    0    0   30 /   93     2.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   31    0    0   31 /   93     3.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   32    0    0   32 /   93     3.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   36    0    0   36 /   93     3.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   41    0    0   41 /   93     3.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   42    0    0   42 /   93     3.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   47    0    0   47 /   93     4.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   49    0    0   49 /   93     4.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   52    0    0   52 /   93     4.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   54    0    0   54 /   93     4.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   58    0    0   58 /   93     5.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   62    0    0   62 /   93     5.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   63    0    0   63 /   93     6.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   65    0    0   65 /   93     6.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   66    0    0   66 /   93     6.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   68    0    0   68 /   93     7.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   73    0    0   73 /   93     7.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   76    0    0   76 /   93     7.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   77    0    0   77 /   93     7.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   78    0    0   78 /   93     7.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   81    0    0   81 /   93     8.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   83    0    0   83 /   93     8.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   84    0    0   84 /   93     9.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   85    0    0   85 /   93     9.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   86    0    0   86 /   93     9.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   87    0    0   87 /   93     9.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   88    0    0   88 /   93    10.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   90    0    0   90 /   93    10.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   92    0    0   92 /   93    10.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[]   93    0    0   93 /   93    10.4s Saturn_lockfree.michael_scott_queue_safe concurrent
================================================================================
success (ran 2 tests)
random seed: 4053261372847455162
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   49     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[]   49    0    0   49 /   49     0.0s Saturn_lockfree.michael_scott_queue_safe sequential

[ ]    0    0    0    0 /   49     0.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    2    0    0    2 /   49     0.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    5    0    0    5 /   49     0.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    8    0    0    8 /   49     0.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   10    0    0   10 /   49     1.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   12    0    0   12 /   49     1.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   14    0    0   14 /   49     2.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   15    0    0   15 /   49     2.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   16    0    0   16 /   49     2.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   17    0    0   17 /   49     2.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   18    0    0   18 /   49     3.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   19    0    0   19 /   49     3.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   21    0    0   21 /   49     3.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   22    0    0   22 /   49     3.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   23    0    0   23 /   49     4.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   24    0    0   24 /   49     4.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   26    0    0   26 /   49     4.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   30    0    0   30 /   49     4.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   33    0    0   33 /   49     4.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   35    0    0   35 /   49     5.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   37    0    0   37 /   49     5.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   39    0    0   39 /   49     5.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   40    0    0   40 /   49     5.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   41    0    0   41 /   49     5.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   42    0    0   42 /   49     6.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   43    0    0   43 /   49     6.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   44    0    0   44 /   49     7.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   45    0    0   45 /   49     8.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   46    0    0   46 /   49     8.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   47    0    0   47 /   49     8.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   49    0    0   49 /   49     8.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[]   49    0    0   49 /   49     8.9s Saturn_lockfree.michael_scott_queue_safe concurrent
================================================================================
success (ran 2 tests)
random seed: 167979353862029458
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    1    0    0    1 /   32     0.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    2    0    0    2 /   32     0.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    3    0    0    3 /   32     1.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    4    0    0    4 /   32     1.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    5    0    0    5 /   32     1.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    6    0    0    6 /   32     2.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    7    0    0    7 /   32     2.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    8    0    0    8 /   32     2.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    9    0    0    9 /   32     2.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   10    0    0   10 /   32     2.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   12    0    0   12 /   32     3.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   13    0    0   13 /   32     3.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   14    0    0   14 /   32     3.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   15    0    0   15 /   32     3.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   17    0    0   17 /   32     3.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   18    0    0   18 /   32     4.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   20    0    0   20 /   32     4.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   22    0    0   22 /   32     4.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   23    0    0   23 /   32     4.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   25    0    0   25 /   32     5.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   26    0    0   26 /   32     6.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   27    0    0   27 /   32     6.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   28    0    0   28 /   32     6.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   29    0    0   29 /   32     7.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   32    0    0   32 /   32     7.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[]   32    0    0   32 /   32     7.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
================================================================================
success (ran 2 tests)
random seed: 939031548408271182
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   64     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]   64    0    0   64 /   64     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential

[ ]    0    0    0    0 /   64     0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    1    0    0    1 /   64     0.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    2    0    0    2 /   64     0.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    3    0    0    3 /   64     0.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    4    0    0    4 /   64     1.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    7    0    0    7 /   64     1.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    8    0    0    8 /   64     1.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    9    0    0    9 /   64     2.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   11    0    0   11 /   64     2.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   14    0    0   14 /   64     2.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   18    0    0   18 /   64     2.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   21    0    0   21 /   64     2.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   29    0    0   29 /   64     2.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   35    0    0   35 /   64     3.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   42    0    0   42 /   64     3.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   44    0    0   44 /   64     3.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   53    0    0   53 /   64     3.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   55    0    0   55 /   64     4.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   56    0    0   56 /   64     4.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   59    0    0   59 /   64     4.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   60    0    0   60 /   64     4.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   64    0    0   64 /   64     5.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[]   64    0    0   64 /   64     5.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
================================================================================
success (ran 2 tests)
random seed: 925798145125301014
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  128     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]  128    0    0  128 /  128     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential

[ ]    0    0    0    0 /  128     0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    1    0    0    1 /  128     0.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    3    0    0    3 /  128     0.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    6    0    0    6 /  128     1.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    9    0    0    9 /  128     1.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   13    0    0   13 /  128     1.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   16    0    0   16 /  128     1.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   19    0    0   19 /  128     1.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   22    0    0   22 /  128     1.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   25    0    0   25 /  128     2.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   26    0    0   26 /  128     2.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   31    0    0   31 /  128     2.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   34    0    0   34 /  128     2.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   38    0    0   38 /  128     3.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   44    0    0   44 /  128     3.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   46    0    0   46 /  128     3.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   51    0    0   51 /  128     4.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   56    0    0   56 /  128     4.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   63    0    0   63 /  128     4.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   66    0    0   66 /  128     4.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   71    0    0   71 /  128     4.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   77    0    0   77 /  128     4.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   82    0    0   82 /  128     4.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   90    0    0   90 /  128     4.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   95    0    0   95 /  128     5.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   99    0    0   99 /  128     5.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  103    0    0  103 /  128     5.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  104    0    0  104 /  128     5.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  107    0    0  107 /  128     6.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  110    0    0  110 /  128     6.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  117    0    0  117 /  128     6.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  122    0    0  122 /  128     6.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  125    0    0  125 /  128     6.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[]  128    0    0  128 /  128     6.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
================================================================================
success (ran 2 tests)
random seed: 1627566869322167443
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  256     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]  256    0    0  256 /  256     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential

[ ]    0    0    0    0 /  256     0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    3    0    0    3 /  256     0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    5    0    0    5 /  256     0.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    9    0    0    9 /  256     0.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   16    0    0   16 /  256     0.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   17    0    0   17 /  256     1.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   21    0    0   21 /  256     1.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   28    0    0   28 /  256     1.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   36    0    0   36 /  256     1.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   44    0    0   44 /  256     1.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   52    0    0   52 /  256     1.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   57    0    0   57 /  256     1.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   62    0    0   62 /  256     1.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   66    0    0   66 /  256     2.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   68    0    0   68 /  256     2.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   70    0    0   70 /  256     2.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   71    0    0   71 /  256     2.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   73    0    0   73 /  256     2.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   74    0    0   74 /  256     2.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   75    0    0   75 /  256     2.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   76    0    0   76 /  256     3.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   78    0    0   78 /  256     3.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   84    0    0   84 /  256     3.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   87    0    0   87 /  256     3.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   88    0    0   88 /  256     4.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   93    0    0   93 /  256     4.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   97    0    0   97 /  256     4.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  101    0    0  101 /  256     5.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  103    0    0  103 /  256     5.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  107    0    0  107 /  256     5.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  114    0    0  114 /  256     5.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  116    0    0  116 /  256     6.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  121    0    0  121 /  256     6.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  127    0    0  127 /  256     6.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  130    0    0  130 /  256     6.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  135    0    0  135 /  256     6.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  138    0    0  138 /  256     6.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  143    0    0  143 /  256     7.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  145    0    0  145 /  256     7.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  149    0    0  149 /  256     7.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  153    0    0  153 /  256     7.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  159    0    0  159 /  256     7.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  161    0    0  161 /  256     7.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  163    0    0  163 /  256     8.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  164    0    0  164 /  256     8.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  165    0    0  165 /  256     8.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  170    0    0  170 /  256     9.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  175    0    0  175 /  256     9.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  181    0    0  181 /  256     9.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  182    0    0  182 /  256     9.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  184    0    0  184 /  256     9.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  185    0    0  185 /  256    10.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  187    0    0  187 /  256    10.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  190    0    0  190 /  256    10.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  193    0    0  193 /  256    11.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  199    0    0  199 /  256    11.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  201    0    0  201 /  256    11.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  206    0    0  206 /  256    11.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  212    0    0  212 /  256    12.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  213    0    0  213 /  256    12.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  218    0    0  218 /  256    12.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  225    0    0  225 /  256    12.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  229    0    0  229 /  256    12.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  231    0    0  231 /  256    13.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  234    0    0  234 /  256    13.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  235    0    0  235 /  256    13.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  237    0    0  237 /  256    14.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  243    0    0  243 /  256    14.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  244    0    0  244 /  256    14.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  250    0    0  250 /  256    14.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  252    0    0  252 /  256    15.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  255    0    0  255 /  256    15.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[]  256    0    0  256 /  256    15.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
================================================================================
success (ran 2 tests)
random seed: 2035422372136403579
generated error fail pass / total     time test name

[ ]    0    0    0    0 /  353     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]  353    0    0  353 /  353     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential

[ ]    0    0    0    0 /  353     0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    1    0    0    1 /  353     0.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    6    0    0    6 /  353     0.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   10    0    0   10 /  353     0.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   11    0    0   11 /  353     0.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   19    0    0   19 /  353     0.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   25    0    0   25 /  353     1.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   32    0    0   32 /  353     1.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   39    0    0   39 /  353     1.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   40    0    0   40 /  353     1.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   45    0    0   45 /  353     1.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   52    0    0   52 /  353     1.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   58    0    0   58 /  353     1.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   62    0    0   62 /  353     2.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   66    0    0   66 /  353     2.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   70    0    0   70 /  353     2.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   71    0    0   71 /  353     3.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   75    0    0   75 /  353     3.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   80    0    0   80 /  353     3.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   83    0    0   83 /  353     3.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   88    0    0   88 /  353     3.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   89    0    0   89 /  353     4.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   94    0    0   94 /  353     4.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   96    0    0   96 /  353     4.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   97    0    0   97 /  353     4.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  104    0    0  104 /  353     4.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  108    0    0  108 /  353     5.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  116    0    0  116 /  353     5.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  121    0    0  121 /  353     5.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  125    0    0  125 /  353     5.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  129    0    0  129 /  353     5.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  131    0    0  131 /  353     6.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  134    0    0  134 /  353     6.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  143    0    0  143 /  353     6.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  148    0    0  148 /  353     7.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  156    0    0  156 /  353     7.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  159    0    0  159 /  353     7.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  160    0    0  160 /  353     7.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  164    0    0  164 /  353     8.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  168    0    0  168 /  353     8.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  171    0    0  171 /  353     8.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  177    0    0  177 /  353     8.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  183    0    0  183 /  353     8.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  188    0    0  188 /  353     8.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  194    0    0  194 /  353     8.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  197    0    0  197 /  353     9.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  198    0    0  198 /  353     9.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  203    0    0  203 /  353     9.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  204    0    0  204 /  353    10.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  207    0    0  207 /  353    10.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  208    0    0  208 /  353    10.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  212    0    0  212 /  353    10.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  217    0    0  217 /  353    11.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  225    0    0  225 /  353    11.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  228    0    0  228 /  353    11.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  231    0    0  231 /  353    11.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  236    0    0  236 /  353    11.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  240    0    0  240 /  353    12.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  247    0    0  247 /  353    12.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  250    0    0  250 /  353    12.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  251    0    0  251 /  353    13.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  254    0    0  254 /  353    13.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  255    0    0  255 /  353    13.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  261    0    0  261 /  353    13.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  262    0    0  262 /  353    14.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  269    0    0  269 /  353    14.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  274    0    0  274 /  353    14.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  278    0    0  278 /  353    14.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  283    0    0  283 /  353    14.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  289    0    0  289 /  353    14.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  290    0    0  290 /  353    15.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  293    0    0  293 /  353    15.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  295    0    0  295 /  353    15.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  299    0    0  299 /  353    16.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  301    0    0  301 /  353    16.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  302    0    0  302 /  353    16.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  305    0    0  305 /  353    18.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  306    0    0  306 /  353    18.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  307    0    0  307 /  353    19.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  308    0    0  308 /  353    19.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  310    0    0  310 /  353    19.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  311    0    0  311 /  353    19.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  312    0    0  312 /  353    20.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  315    0    0  315 /  353    20.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  316    0    0  316 /  353    20.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  317    0    0  317 /  353    21.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  319    0    0  319 /  353    21.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  321    0    0  321 /  353    22.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  323    0    0  323 /  353    22.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  328    0    0  328 /  353    22.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  331    0    0  331 /  353    22.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  332    0    0  332 /  353    22.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  334    0    0  334 /  353    22.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  340    0    0  340 /  353    23.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  345    0    0  345 /  353    23.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]  351    0    0  351 /  353    23.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[]  353    0    0  353 /  353    23.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
================================================================================
success (ran 2 tests)
random seed: 865800904139655462
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    4    0    0    4 /   32     0.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    7    0    0    7 /   32     0.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   13    0    0   13 /   32     0.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   17    0    0   17 /   32     0.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   18    0    0   18 /   32     0.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   26    0    0   26 /   32     0.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   31    0    0   31 /   32     1.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[]   32    0    0   32 /   32     1.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
================================================================================
success (ran 2 tests)
random seed: 2730539128081599235
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential
[]   32    0    0   32 /   32     0.0s Saturn_lockfree.michael_scott_queue_unsafe sequential

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    5    0    0    5 /   32     0.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   10    0    0   10 /   32     0.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   12    0    0   12 /   32     0.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   13    0    0   13 /   32     0.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   15    0    0   15 /   32     1.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   19    0    0   19 /   32     1.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   24    0    0   24 /   32     1.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   30    0    0   30 /   32     1.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[]   32    0    0   32 /   32     1.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
================================================================================
success (ran 2 tests)
2024-09-18 16:35.47 ---> saved as "3e0cf11e78038e0158445c73d3bb80150e2e7e12ee626c494c59b3f5a84d88cb"
Job succeeded
2024-09-18 16:35.48: Job succeeded