Organisationsocaml-multicoresaturn166ad2 ()ubuntu-20.04-4.14_opam-2.2

ubuntu-20.04-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:ubuntu-20.04-4.14_opam-2.2)
Base: ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5
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:ubuntu-20.04-ocaml-4.14@sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5
# ubuntu-20.04-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:ubuntu-20.04-ocaml-4.14@sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5-ubuntu-20.04-4.14_opam-2.2-92835f15761b65325fa064c37379e3b4"
2024-09-18 15:14.57: Using OBuilder spec:
((from ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5)
 (comment ubuntu-20.04-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:29.49: Waiting for worker…
2024-09-18 16:35.37: Got resource from pool OCluster
Building on x86-bm-c8.sw.ocaml.org
All commits already cached
HEAD is now at 166ad28 No need to skip STM tests on 32-bit

(from ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5)
Unable to find image 'ocaml/opam:ubuntu-20.04-ocaml-4.14@sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5' locally
docker.io/ocaml/opam@sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5: Pulling from ocaml/opam
aba7b73f38e0: Pulling fs layer
aba7b73f38e0: Verifying Checksum
aba7b73f38e0: Download complete
aba7b73f38e0: Pull complete
Digest: sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5
Status: Downloaded newer image for ocaml/opam@sha256:486f0c36bd2019879f074f8bf3b9f2fc0b9f5de1a1f6e9dc7a8858895d55e5c5
2024-09-18 16:35.38 ---> using "25496fbf6ce192ce5dd26299fc1accbd3acd3fd0aef161f60c28f64fc5bbc74d" from cache

/: (comment ubuntu-20.04-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:35.38 ---> using "b92d48a8864abcea9b263663c967cf9a655cbb01567107cdbc04879238bd9b9a" 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:35.38 ---> using "decd1204226e4e76ec308abd411c14a0f664eb4a4782b33fdbabd56ce97dfe49" 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:35.38 ---> using "3d8109942344cabff9f0afc137206be340a7dcbaaaac18f91bdeb050c73100f9" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-18 16:35.38 ---> using "5bf3af136f109eb7d95b239ee655fa6f37ddb81007022004163320e5ba19f16c" 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:35.38 ---> using "af60894ff3e67aa66f0b70d487fd7b4ad7d6061090cff8c167617253660e5250" from cache

/src: (copy (src saturn_lockfree.opam saturn.opam) (dst ./))
2024-09-18 16:35.38 ---> using "ade2f3e894029cd8b27c9bd98b73f3c2455dd5af40e6770a76becbc2bb25b06a" 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:35.38 ---> using "4501b2327e62b22d8d1be303e97a8d9d2b0026263c9d65ad02d4a4735117bc24" 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"
- Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
- Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease
- Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
- Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4478 kB]
- Get:6 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4178 kB]
- Get:7 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1559 kB]
- Get:8 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.5 kB]
- Get:9 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4008 kB]
- Get:10 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1273 kB]
- Get:11 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.9 kB]
- Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4016 kB]
- Fetched 19.8 MB in 2s (8093 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:35.38 ---> using "34dd50c18ce6949cf2982f0f987110c94e9430af893b57b70f4986bef31a7e76" 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 csexp.1.5.2  (cached)
-> retrieved alcotest.1.8.0  (cached)
-> retrieved containers.3.14  (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 topkg.1.0.7  (cached)
-> retrieved yojson.2.2.2  (cached)
-> retrieved dune.3.16.0, dune-configurator.3.16.0  (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 domain_shims.0.1.0
-> installed csexp.1.5.2
-> installed backoff.0.1.0
-> installed either.1.0.0
-> installed multicore-magic.2.3.0
-> installed oseq.0.5.1
-> installed stdlib-shims.0.3.0
-> installed thread-table.1.0.0
-> installed tsort.2.1.0
-> installed ocaml-syntax-shims.1.0.0
-> installed domain-local-await.1.0.1
-> installed re.1.12.0
-> installed qcheck-core.0.22
-> installed yojson.2.2.2
-> installed ounit2.2.2.7
-> installed qcheck-multicoretests-util.0.4
-> installed qcheck-ounit.0.22
-> installed dune-configurator.3.16.0
-> installed qcheck.0.22
-> installed alcotest.1.8.0
-> installed multicore-bench.0.1.5
-> installed qcheck-stm.0.4
-> 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:35.38 ---> using "27ac1f7808a19e429e3ffee0ab7986a0b9488490ab22b3a784dac0a66e1f2711" from cache

/src: (copy (src .) (dst /src))
2024-09-18 16:35.38 ---> saved as "739401856ecbf027299f5e54a0a8beb74729f039e97079ea55e520c6c4ac9ba4"

/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/spsc_queue && ./stm_spsc_queue.exe)
random seed: 1700725480771968323
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: 4578263309395457482
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: 3294217288100036694
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: 3017027689526202037
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: 482930847603819571
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: 1492443708931228047
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: 550172669413710461
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: 1069501073213195395
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: 4536206059672655594
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: 3409988338510145703
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: 3829043232688335229
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: 2969327828391470852
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: 97742583414219927
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: 893121320077129843
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: 3487260386528077339
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: 1456787764041636312
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: 2057125142191054131
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: 3596848903210251092
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 && ./stm_ws_deque.exe)
random seed: 1390132004264126958
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: 3785956050357844043
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: 962140475867369616
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: 521799871616653799
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: 1903021386061479410
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: 3630521975547348625
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/treiber_stack && ./qcheck_treiber_stack.exe)
qcheck random seed: 532362593
Testing `Treiber_stack'.
This run has ID `EH8WFGGK'.

  [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 2.995s. 6 tests run.
(cd _build/default/test/ws_deque && ./qcheck_ws_deque.exe)
qcheck random seed: 102264468
Testing `Ws_deque'.
This run has ID `ZKC3CJEG'.

  [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 4.899s. 6 tests run.
(cd _build/default/test/michael_scott_queue && ./qcheck_michael_scott_queue.exe)
qcheck random seed: 690504006
Testing `Michael_scott_queue'.
This run has ID `64SB7MXL'.

  [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 6.684s. 16 tests run.
(cd _build/default/test/spsc_queue && ./qcheck_spsc_queue.exe)
qcheck random seed: 369370109
Testing `Spsc_queues'.
This run has ID `XH0MNQ65'.

  [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 6.642s. 16 tests run.
(cd _build/default/test/mpsc_queue && ./qcheck_mpsc_queue.exe)
qcheck random seed: 663694344
Testing `Mpsc_queue'.
This run has ID `D93CVX0L'.

  [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 7.600s. 22 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 = 99852, stolen = 148)
(cd _build/default/bench && ./main.exe -brief)
Saturn Relaxed_queue:
  time per message/1 adder, 1 taker (spin):
    170.14 ns
  messages over time/1 adder, 1 taker (spin):
    11.76 M/s
  time per message/1 adder, 2 takers (spin):
    293.26 ns
  messages over time/1 adder, 2 takers (spin):
    10.23 M/s
  time per message/2 adders, 1 taker (spin):
    244.99 ns
  messages over time/2 adders, 1 taker (spin):
    12.25 M/s
  time per message/2 adders, 2 takers (spin):
    379.93 ns
  messages over time/2 adders, 2 takers (spin):
    10.53 M/s
  time per message/1 adder, 1 taker (not lf):
    146.88 ns
  messages over time/1 adder, 1 taker (not lf):
    13.62 M/s
  time per message/1 adder, 2 takers (not lf):
    236.31 ns
  messages over time/1 adder, 2 takers (not lf):
    12.70 M/s
  time per message/2 adders, 1 taker (not lf):
    213.89 ns
  messages over time/2 adders, 1 taker (not lf):
    14.03 M/s
  time per message/2 adders, 2 takers (not lf):
    331.72 ns
  messages over time/2 adders, 2 takers (not lf):
    12.06 M/s
  time per message/1 adder, 1 taker (cas):
    140.90 ns
  messages over time/1 adder, 1 taker (cas):
    14.19 M/s
  time per message/1 adder, 2 takers (cas):
    236.24 ns
  messages over time/1 adder, 2 takers (cas):
    12.70 M/s
  time per message/2 adders, 1 taker (cas):
    235.28 ns
  messages over time/2 adders, 1 taker (cas):
    12.75 M/s
  time per message/2 adders, 2 takers (cas):
    283.19 ns
  messages over time/2 adders, 2 takers (cas):
    14.12 M/s
Saturn_lockfree Queue:
  time per message/one domain:
    74.34 ns
  messages over time/one domain:
    13.45 M/s
  time per message/1 nb adder, 1 nb taker:
    91.86 ns
  messages over time/1 nb adder, 1 nb taker:
    21.77 M/s
  time per message/1 nb adder, 2 nb takers:
    154.71 ns
  messages over time/1 nb adder, 2 nb takers:
    19.39 M/s
  time per message/2 nb adders, 1 nb taker:
    133.17 ns
  messages over time/2 nb adders, 1 nb taker:
    22.53 M/s
  time per message/2 nb adders, 2 nb takers:
    211.70 ns
  messages over time/2 nb adders, 2 nb takers:
    18.89 M/s
Saturn_lockfree Single_prod_single_cons_queue:
  time per message/2 workers, capacity 1:
    29907.40 ns
  time per message/2 workers, capacity 1 (unsafe):
    21147.27 ns
  messages over time/2 workers, capacity 1:
    0.07 M/s
  messages over time/2 workers, capacity 1 (unsafe):
    0.09 M/s
  time per message/2 workers, capacity 8:
    4214.71 ns
  time per message/2 workers, capacity 8 (unsafe):
    3611.25 ns
  messages over time/2 workers, capacity 8:
    0.47 M/s
  messages over time/2 workers, capacity 8 (unsafe):
    0.55 M/s
  time per message/2 workers, capacity 64:
    587.97 ns
  time per message/2 workers, capacity 64 (unsafe):
    455.92 ns
  messages over time/2 workers, capacity 64:
    3.40 M/s
  messages over time/2 workers, capacity 64 (unsafe):
    4.39 M/s
  time per message/2 workers, capacity 512:
    150.85 ns
  time per message/2 workers, capacity 512 (unsafe):
    127.71 ns
  messages over time/2 workers, capacity 512:
    13.26 M/s
  messages over time/2 workers, capacity 512 (unsafe):
    15.66 M/s
  time per message/2 workers, capacity 4096:
    107.02 ns
  time per message/2 workers, capacity 4096 (unsafe):
    75.06 ns
  messages over time/2 workers, capacity 4096:
    18.69 M/s
  messages over time/2 workers, capacity 4096 (unsafe):
    26.64 M/s
  time per message/2 workers, capacity 32768:
    106.35 ns
  time per message/2 workers, capacity 32768 (unsafe):
    56.97 ns
  messages over time/2 workers, capacity 32768:
    18.81 M/s
  messages over time/2 workers, capacity 32768 (unsafe):
    35.11 M/s
Saturn_lockfree Size:
  time per operation/1 worker:
    38.46 ns
  operations over time/1 worker:
    26.00 M/s
  time per operation/2 workers:
    76.44 ns
  operations over time/2 workers:
    26.16 M/s
  time per operation/4 workers:
    164.48 ns
  operations over time/4 workers:
    24.32 M/s
Saturn_lockfree Skiplist:
  time per operation/1 workers, 10% mem 45% add 45% rem:
    1235.42 ns
  operations over time/1 workers, 10% mem 45% add 45% rem:
    0.81 M/s
  time per operation/2 workers, 10% mem 45% add 45% rem:
    3743.61 ns
  operations over time/2 workers, 10% mem 45% add 45% rem:
    0.53 M/s
  time per operation/4 workers, 10% mem 45% add 45% rem:
    5836.91 ns
  operations over time/4 workers, 10% mem 45% add 45% rem:
    0.69 M/s
  time per operation/1 workers, 50% mem 25% add 25% rem:
    1100.81 ns
  operations over time/1 workers, 50% mem 25% add 25% rem:
    0.91 M/s
  time per operation/2 workers, 50% mem 25% add 25% rem:
    2089.36 ns
  operations over time/2 workers, 50% mem 25% add 25% rem:
    0.96 M/s
  time per operation/4 workers, 50% mem 25% add 25% rem:
    4797.77 ns
  operations over time/4 workers, 50% mem 25% add 25% rem:
    0.83 M/s
  time per operation/1 workers, 90% mem 5% add 5% rem:
    666.90 ns
  operations over time/1 workers, 90% mem 5% add 5% rem:
    1.50 M/s
  time per operation/2 workers, 90% mem 5% add 5% rem:
    1427.50 ns
  operations over time/2 workers, 90% mem 5% add 5% rem:
    1.40 M/s
  time per operation/4 workers, 90% mem 5% add 5% rem:
    3241.02 ns
  operations over time/4 workers, 90% mem 5% add 5% rem:
    1.23 M/s
Saturn_lockfree Stack:
  time per message/one domain:
    61.52 ns
  messages over time/one domain:
    16.25 M/s
  time per message/1 adder, 1 taker:
    61.58 ns
  messages over time/1 adder, 1 taker:
    32.48 M/s
  time per message/1 adder, 2 takers:
    103.64 ns
  messages over time/1 adder, 2 takers:
    28.95 M/s
  time per message/2 adders, 1 taker:
    87.56 ns
  messages over time/2 adders, 1 taker:
    34.26 M/s
  time per message/2 adders, 2 takers:
    156.67 ns
  messages over time/2 adders, 2 takers:
    25.53 M/s
Saturn_lockfree Work_stealing_deque:
  time per spawn/1 worker:
    261.46 ns
  spawns over time/1 worker:
    3.82 M/s
  time per spawn/2 workers:
    494.36 ns
  spawns over time/2 workers:
    4.05 M/s
  time per spawn/4 workers:
    931.26 ns
  spawns over time/4 workers:
    4.30 M/s
  time per spawn/8 workers:
    1263.54 ns
  spawns over time/8 workers:
    6.33 M/s
  time per message/1 adder, 1 taker:
    186.13 ns
  messages over time/1 adder, 1 taker:
    10.75 M/s
  time per message/1 adder, 2 takers:
    297.61 ns
  messages over time/1 adder, 2 takers:
    10.08 M/s
  time per message/1 adder, 4 takers:
    516.88 ns
  messages over time/1 adder, 4 takers:
    9.67 M/s
  time per message/one domain (FIFO):
    112.21 ns
  messages over time/one domain (FIFO):
    8.91 M/s
  time per message/one domain (LIFO):
    121.62 ns
  messages over time/one domain (LIFO):
    8.22 M/s
(cd _build/default/test/skiplist && ./qcheck_skiplist.exe)
qcheck random seed: 694940492
Testing `QCheck Skiplist'.
This run has ID `QF9TDW6J'.

  [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 16.864s. 7 tests run.
(cd _build/default/test/treiber_stack && ./stm_treiber_stack.exe)
random seed: 2688130605296449875
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     0.5s Saturn_lockfree.Treiber_stack concurrent
[ ]    4    0    0    4 /   32     1.1s Saturn_lockfree.Treiber_stack concurrent
[ ]    5    0    0    5 /   32     3.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    6    0    0    6 /   32     4.5s Saturn_lockfree.Treiber_stack concurrent
[ ]    7    0    0    7 /   32     6.1s Saturn_lockfree.Treiber_stack concurrent
[ ]    8    0    0    8 /   32     6.5s Saturn_lockfree.Treiber_stack concurrent
[ ]    9    0    0    9 /   32     6.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   10    0    0   10 /   32     6.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   11    0    0   11 /   32     7.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   12    0    0   12 /   32     7.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   13    0    0   13 /   32     7.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   15    0    0   15 /   32     7.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   18    0    0   18 /   32     8.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   20    0    0   20 /   32     8.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   23    0    0   23 /   32     8.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   25    0    0   25 /   32     9.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   26    0    0   26 /   32     9.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   27    0    0   27 /   32    10.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   28    0    0   28 /   32    11.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   29    0    0   29 /   32    12.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   30    0    0   30 /   32    13.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   31    0    0   31 /   32    14.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   32    0    0   32 /   32    14.4s Saturn_lockfree.Treiber_stack concurrent
[]   32    0    0   32 /   32    14.4s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
random seed: 4147972635133998657
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.4s Saturn_lockfree.Treiber_stack concurrent
[ ]    2    0    0    2 /   64     0.7s Saturn_lockfree.Treiber_stack concurrent
[ ]    3    0    0    3 /   64     0.8s Saturn_lockfree.Treiber_stack concurrent
[ ]    4    0    0    4 /   64     1.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    6    0    0    6 /   64     1.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    7    0    0    7 /   64     1.6s Saturn_lockfree.Treiber_stack concurrent
[ ]    8    0    0    8 /   64     2.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    9    0    0    9 /   64     2.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   10    0    0   10 /   64     2.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   12    0    0   12 /   64     2.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   13    0    0   13 /   64     3.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   14    0    0   14 /   64     3.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   16    0    0   16 /   64     3.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   18    0    0   18 /   64     3.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   22    0    0   22 /   64     4.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   26    0    0   26 /   64     4.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   27    0    0   27 /   64     4.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   28    0    0   28 /   64     4.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   31    0    0   31 /   64     5.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   35    0    0   35 /   64     5.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   39    0    0   39 /   64     5.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   43    0    0   43 /   64     5.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   46    0    0   46 /   64     5.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   49    0    0   49 /   64     5.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   52    0    0   52 /   64     5.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   54    0    0   54 /   64     5.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   55    0    0   55 /   64     6.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   57    0    0   57 /   64     6.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   60    0    0   60 /   64     6.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   61    0    0   61 /   64     6.7s Saturn_lockfree.Treiber_stack concurrent
[]   64    0    0   64 /   64     6.8s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2164479454043558003
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  128     0.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    1    0    0    1 /  128     0.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    3    0    0    3 /  128     0.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    5    0    0    5 /  128     0.5s Saturn_lockfree.Treiber_stack concurrent
[ ]    7    0    0    7 /  128     0.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   11    0    0   11 /  128     0.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   12    0    0   12 /  128     1.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   14    0    0   14 /  128     1.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   15    0    0   15 /  128     1.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   17    0    0   17 /  128     1.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   19    0    0   19 /  128     1.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   22    0    0   22 /  128     1.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   23    0    0   23 /  128     1.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   28    0    0   28 /  128     2.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   33    0    0   33 /  128     2.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   34    0    0   34 /  128     2.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   36    0    0   36 /  128     3.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   37    0    0   37 /  128     3.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   38    0    0   38 /  128     3.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   39    0    0   39 /  128     3.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   40    0    0   40 /  128     4.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   41    0    0   41 /  128     4.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   43    0    0   43 /  128     4.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   47    0    0   47 /  128     4.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   48    0    0   48 /  128     5.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   49    0    0   49 /  128     5.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   50    0    0   50 /  128     6.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   52    0    0   52 /  128     6.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   54    0    0   54 /  128     7.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   55    0    0   55 /  128     7.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   57    0    0   57 /  128     7.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   58    0    0   58 /  128     7.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   59    0    0   59 /  128     7.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   62    0    0   62 /  128     7.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   66    0    0   66 /  128     8.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   69    0    0   69 /  128     8.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   74    0    0   74 /  128     8.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   76    0    0   76 /  128     9.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   77    0    0   77 /  128     9.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   80    0    0   80 /  128     9.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   85    0    0   85 /  128    10.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   89    0    0   89 /  128    10.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   94    0    0   94 /  128    11.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   95    0    0   95 /  128    14.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   96    0    0   96 /  128    16.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   97    0    0   97 /  128    16.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   98    0    0   98 /  128    17.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   99    0    0   99 /  128    17.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  100    0    0  100 /  128    19.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  101    0    0  101 /  128    21.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  102    0    0  102 /  128    22.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  103    0    0  103 /  128    22.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  105    0    0  105 /  128    22.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  106    0    0  106 /  128    22.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  108    0    0  108 /  128    23.1s Saturn_lockfree.Treiber_stack concurrent
[ ]  109    0    0  109 /  128    23.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  110    0    0  110 /  128    24.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  111    0    0  111 /  128    24.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  112    0    0  112 /  128    24.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  113    0    0  113 /  128    25.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  114    0    0  114 /  128    25.5s Saturn_lockfree.Treiber_stack concurrent
[ ]  115    0    0  115 /  128    25.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  116    0    0  116 /  128    25.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  117    0    0  117 /  128    26.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  118    0    0  118 /  128    26.8s Saturn_lockfree.Treiber_stack concurrent
[ ]  119    0    0  119 /  128    27.3s Saturn_lockfree.Treiber_stack concurrent
[ ]  120    0    0  120 /  128    27.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  121    0    0  121 /  128    27.7s Saturn_lockfree.Treiber_stack concurrent
[ ]  122    0    0  122 /  128    27.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  123    0    0  123 /  128    28.4s Saturn_lockfree.Treiber_stack concurrent
[ ]  124    0    0  124 /  128    28.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  125    0    0  125 /  128    28.9s Saturn_lockfree.Treiber_stack concurrent
[ ]  126    0    0  126 /  128    29.0s Saturn_lockfree.Treiber_stack concurrent
[ ]  127    0    0  127 /  128    29.6s Saturn_lockfree.Treiber_stack concurrent
[ ]  128    0    0  128 /  128    29.7s Saturn_lockfree.Treiber_stack concurrent
[]  128    0    0  128 /  128    29.7s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
random seed: 2343528896091548259
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   39     0.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    1    0    0    1 /   39     0.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    2    0    0    2 /   39     0.5s Saturn_lockfree.Treiber_stack concurrent
[ ]    3    0    0    3 /   39     0.6s Saturn_lockfree.Treiber_stack concurrent
[ ]    4    0    0    4 /   39     0.8s Saturn_lockfree.Treiber_stack concurrent
[ ]    5    0    0    5 /   39     1.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    7    0    0    7 /   39     1.3s Saturn_lockfree.Treiber_stack concurrent
[ ]    9    0    0    9 /   39     1.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   10    0    0   10 /   39     1.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   12    0    0   12 /   39     1.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   13    0    0   13 /   39     2.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   14    0    0   14 /   39     2.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   15    0    0   15 /   39     2.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   16    0    0   16 /   39     2.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   17    0    0   17 /   39     2.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   18    0    0   18 /   39     3.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   21    0    0   21 /   39     3.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   23    0    0   23 /   39     3.3s Saturn_lockfree.Treiber_stack concurrent
[ ]   24    0    0   24 /   39     3.5s Saturn_lockfree.Treiber_stack concurrent
[ ]   26    0    0   26 /   39     3.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   28    0    0   28 /   39     4.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   32    0    0   32 /   39     4.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   36    0    0   36 /   39     4.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   38    0    0   38 /   39     4.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   39    0    0   39 /   39     4.8s Saturn_lockfree.Treiber_stack concurrent
[]   39    0    0   39 /   39     4.8s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
random seed: 353379418830607119
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    2    0    0    2 /   32     0.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    3    0    0    3 /   32     0.3s Saturn_lockfree.Treiber_stack concurrent
[ ]    5    0    0    5 /   32     0.5s Saturn_lockfree.Treiber_stack concurrent
[ ]    6    0    0    6 /   32     0.6s Saturn_lockfree.Treiber_stack concurrent
[ ]    7    0    0    7 /   32     1.0s Saturn_lockfree.Treiber_stack concurrent
[ ]    8    0    0    8 /   32     1.2s Saturn_lockfree.Treiber_stack concurrent
[ ]    9    0    0    9 /   32     1.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   10    0    0   10 /   32     1.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   11    0    0   11 /   32     1.8s Saturn_lockfree.Treiber_stack concurrent
[ ]   12    0    0   12 /   32     2.4s Saturn_lockfree.Treiber_stack concurrent
[ ]   13    0    0   13 /   32     2.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   14    0    0   14 /   32     2.9s Saturn_lockfree.Treiber_stack concurrent
[ ]   15    0    0   15 /   32     3.1s Saturn_lockfree.Treiber_stack concurrent
[ ]   17    0    0   17 /   32     3.7s Saturn_lockfree.Treiber_stack concurrent
[ ]   18    0    0   18 /   32     4.0s Saturn_lockfree.Treiber_stack concurrent
[ ]   21    0    0   21 /   32     4.2s Saturn_lockfree.Treiber_stack concurrent
[ ]   24    0    0   24 /   32     4.6s Saturn_lockfree.Treiber_stack concurrent
[ ]   27    0    0   27 /   32     4.7s Saturn_lockfree.Treiber_stack concurrent
[]   32    0    0   32 /   32     4.8s Saturn_lockfree.Treiber_stack concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/skiplist && ./stm_skiplist.exe)
random seed: 539217610792370159
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     0.5s Lockfree.Skiplist concurrent
[ ]    2    0    0    2 /   32     1.4s Lockfree.Skiplist concurrent
[ ]    3    0    0    3 /   32     2.9s Lockfree.Skiplist concurrent
[ ]    4    0    0    4 /   32     3.8s Lockfree.Skiplist concurrent
[ ]    5    0    0    5 /   32     4.4s Lockfree.Skiplist concurrent
[ ]    6    0    0    6 /   32     5.9s Lockfree.Skiplist concurrent
[ ]    7    0    0    7 /   32     6.5s Lockfree.Skiplist concurrent
[ ]    8    0    0    8 /   32     6.9s Lockfree.Skiplist concurrent
[ ]    9    0    0    9 /   32     7.1s Lockfree.Skiplist concurrent
[ ]   10    0    0   10 /   32     7.2s Lockfree.Skiplist concurrent
[ ]   11    0    0   11 /   32     7.6s Lockfree.Skiplist concurrent
[ ]   13    0    0   13 /   32     7.7s Lockfree.Skiplist concurrent
[ ]   15    0    0   15 /   32     7.9s Lockfree.Skiplist concurrent
[ ]   17    0    0   17 /   32     8.0s Lockfree.Skiplist concurrent
[ ]   18    0    0   18 /   32     8.5s Lockfree.Skiplist concurrent
[ ]   20    0    0   20 /   32     8.7s Lockfree.Skiplist concurrent
[ ]   21    0    0   21 /   32     9.4s Lockfree.Skiplist concurrent
[ ]   22    0    0   22 /   32    10.2s Lockfree.Skiplist concurrent
[ ]   23    0    0   23 /   32    10.6s Lockfree.Skiplist concurrent
[ ]   24    0    0   24 /   32    10.7s Lockfree.Skiplist concurrent
[ ]   25    0    0   25 /   32    11.7s Lockfree.Skiplist concurrent
[ ]   26    0    0   26 /   32    13.0s Lockfree.Skiplist concurrent
[ ]   27    0    0   27 /   32    14.0s Lockfree.Skiplist concurrent
[ ]   28    0    0   28 /   32    14.5s Lockfree.Skiplist concurrent
[ ]   30    0    0   30 /   32    14.7s Lockfree.Skiplist concurrent
[ ]   31    0    0   31 /   32    14.9s Lockfree.Skiplist concurrent
[ ]   32    0    0   32 /   32    16.2s Lockfree.Skiplist concurrent
[]   32    0    0   32 /   32    16.2s Lockfree.Skiplist concurrent
================================================================================
success (ran 2 tests)
random seed: 3810648553081587568
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.2s Lockfree.Skiplist concurrent
[ ]    3    0    0    3 /   64     0.6s Lockfree.Skiplist concurrent
[ ]    4    0    0    4 /   64     0.9s Lockfree.Skiplist concurrent
[ ]    6    0    0    6 /   64     1.0s Lockfree.Skiplist concurrent
[ ]    8    0    0    8 /   64     1.1s Lockfree.Skiplist concurrent
[ ]   11    0    0   11 /   64     1.8s Lockfree.Skiplist concurrent
[ ]   12    0    0   12 /   64     2.1s Lockfree.Skiplist concurrent
[ ]   16    0    0   16 /   64     2.2s Lockfree.Skiplist concurrent
[ ]   19    0    0   19 /   64     2.5s Lockfree.Skiplist concurrent
[ ]   21    0    0   21 /   64     2.8s Lockfree.Skiplist concurrent
[ ]   23    0    0   23 /   64     3.0s Lockfree.Skiplist concurrent
[ ]   25    0    0   25 /   64     3.1s Lockfree.Skiplist concurrent
[ ]   27    0    0   27 /   64     3.3s Lockfree.Skiplist concurrent
[ ]   32    0    0   32 /   64     3.4s Lockfree.Skiplist concurrent
[ ]   35    0    0   35 /   64     3.9s Lockfree.Skiplist concurrent
[ ]   37    0    0   37 /   64     4.8s Lockfree.Skiplist concurrent
[ ]   40    0    0   40 /   64     4.9s Lockfree.Skiplist concurrent
[ ]   45    0    0   45 /   64     5.1s Lockfree.Skiplist concurrent
[ ]   48    0    0   48 /   64     5.2s Lockfree.Skiplist concurrent
[ ]   50    0    0   50 /   64     5.5s Lockfree.Skiplist concurrent
[ ]   51    0    0   51 /   64     6.2s Lockfree.Skiplist concurrent
[ ]   52    0    0   52 /   64     7.1s Lockfree.Skiplist concurrent
[ ]   53    0    0   53 /   64     7.6s Lockfree.Skiplist concurrent
[ ]   54    0    0   54 /   64     8.6s Lockfree.Skiplist concurrent
[ ]   55    0    0   55 /   64     9.1s Lockfree.Skiplist concurrent
[ ]   56    0    0   56 /   64     9.3s Lockfree.Skiplist concurrent
[ ]   57    0    0   57 /   64     9.6s Lockfree.Skiplist concurrent
[ ]   58    0    0   58 /   64    11.3s Lockfree.Skiplist concurrent
[ ]   59    0    0   59 /   64    11.8s Lockfree.Skiplist concurrent
[ ]   60    0    0   60 /   64    11.9s Lockfree.Skiplist concurrent
[ ]   62    0    0   62 /   64    12.1s Lockfree.Skiplist concurrent
[ ]   64    0    0   64 /   64    12.4s Lockfree.Skiplist concurrent
[]   64    0    0   64 /   64    12.4s Lockfree.Skiplist concurrent
================================================================================
success (ran 2 tests)
random seed: 597044986477354329
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  105     0.0s Lockfree.Skiplist concurrent
[ ]    1    0    0    1 /  105     0.2s Lockfree.Skiplist concurrent
[ ]    3    0    0    3 /  105     0.3s Lockfree.Skiplist concurrent
[ ]    5    0    0    5 /  105     0.5s Lockfree.Skiplist concurrent
[ ]    7    0    0    7 /  105     1.2s Lockfree.Skiplist concurrent
[ ]    9    0    0    9 /  105     1.9s Lockfree.Skiplist concurrent
[ ]   10    0    0   10 /  105     2.1s Lockfree.Skiplist concurrent
[ ]   15    0    0   15 /  105     2.2s Lockfree.Skiplist concurrent
[ ]   18    0    0   18 /  105     2.4s Lockfree.Skiplist concurrent
[ ]   24    0    0   24 /  105     2.6s Lockfree.Skiplist concurrent
[ ]   28    0    0   28 /  105     2.7s Lockfree.Skiplist concurrent
[ ]   31    0    0   31 /  105     2.8s Lockfree.Skiplist concurrent
[ ]   36    0    0   36 /  105     3.1s Lockfree.Skiplist concurrent
[ ]   37    0    0   37 /  105     3.2s Lockfree.Skiplist concurrent
[ ]   38    0    0   38 /  105     4.4s Lockfree.Skiplist concurrent
[ ]   39    0    0   39 /  105     4.5s Lockfree.Skiplist concurrent
[ ]   40    0    0   40 /  105     5.9s Lockfree.Skiplist concurrent
[ ]   41    0    0   41 /  105     9.5s Lockfree.Skiplist concurrent
[ ]   42    0    0   42 /  105     9.7s Lockfree.Skiplist concurrent
[ ]   43    0    0   43 /  105    10.0s Lockfree.Skiplist concurrent
[ ]   46    0    0   46 /  105    10.6s Lockfree.Skiplist concurrent
[ ]   47    0    0   47 /  105    12.4s Lockfree.Skiplist concurrent
[ ]   48    0    0   48 /  105    13.0s Lockfree.Skiplist concurrent
[ ]   49    0    0   49 /  105    14.3s Lockfree.Skiplist concurrent
[ ]   50    0    0   50 /  105    14.7s Lockfree.Skiplist concurrent
[ ]   51    0    0   51 /  105    15.1s Lockfree.Skiplist concurrent
[ ]   53    0    0   53 /  105    16.0s Lockfree.Skiplist concurrent
[ ]   54    0    0   54 /  105    16.3s Lockfree.Skiplist concurrent
[ ]   56    0    0   56 /  105    17.9s Lockfree.Skiplist concurrent
[ ]   57    0    0   57 /  105    18.3s Lockfree.Skiplist concurrent
[ ]   58    0    0   58 /  105    18.7s Lockfree.Skiplist concurrent
[ ]   59    0    0   59 /  105    19.0s Lockfree.Skiplist concurrent
[ ]   60    0    0   60 /  105    19.3s Lockfree.Skiplist concurrent
[ ]   61    0    0   61 /  105    19.9s Lockfree.Skiplist concurrent
[ ]   62    0    0   62 /  105    20.8s Lockfree.Skiplist concurrent
[ ]   63    0    0   63 /  105    21.2s Lockfree.Skiplist concurrent
[ ]   64    0    0   64 /  105    21.6s Lockfree.Skiplist concurrent
[ ]   65    0    0   65 /  105    21.9s Lockfree.Skiplist concurrent
[ ]   66    0    0   66 /  105    22.1s Lockfree.Skiplist concurrent
[ ]   67    0    0   67 /  105    22.3s Lockfree.Skiplist concurrent
[ ]   68    0    0   68 /  105    22.4s Lockfree.Skiplist concurrent
[ ]   70    0    0   70 /  105    22.8s Lockfree.Skiplist concurrent
[ ]   72    0    0   72 /  105    23.0s Lockfree.Skiplist concurrent
[ ]   73    0    0   73 /  105    23.1s Lockfree.Skiplist concurrent
[ ]   74    0    0   74 /  105    23.6s Lockfree.Skiplist concurrent
[ ]   76    0    0   76 /  105    23.7s Lockfree.Skiplist concurrent
[ ]   77    0    0   77 /  105    23.9s Lockfree.Skiplist concurrent
[ ]   79    0    0   79 /  105    24.1s Lockfree.Skiplist concurrent
[ ]   80    0    0   80 /  105    24.4s Lockfree.Skiplist concurrent
[ ]   83    0    0   83 /  105    24.5s Lockfree.Skiplist concurrent
[ ]   84    0    0   84 /  105    24.7s Lockfree.Skiplist concurrent
[ ]   85    0    0   85 /  105    24.8s Lockfree.Skiplist concurrent
[ ]   86    0    0   86 /  105    25.3s Lockfree.Skiplist concurrent
[ ]   88    0    0   88 /  105    25.4s Lockfree.Skiplist concurrent
[ ]   92    0    0   92 /  105    25.5s Lockfree.Skiplist concurrent
[ ]   93    0    0   93 /  105    26.2s Lockfree.Skiplist concurrent
[ ]   95    0    0   95 /  105    26.4s Lockfree.Skiplist concurrent
[ ]   97    0    0   97 /  105    26.5s Lockfree.Skiplist concurrent
[ ]   98    0    0   98 /  105    26.9s Lockfree.Skiplist concurrent
[ ]  100    0    0  100 /  105    27.1s Lockfree.Skiplist concurrent
[ ]  102    0    0  102 /  105    27.2s Lockfree.Skiplist concurrent
[ ]  104    0    0  104 /  105    27.4s Lockfree.Skiplist concurrent
[]  105    0    0  105 /  105    27.4s Lockfree.Skiplist concurrent
================================================================================
success (ran 2 tests)
random seed: 2236030365095027519
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Lockfree.Skiplist sequential
[]   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     0.1s Lockfree.Skiplist concurrent
[ ]    4    0    0    4 /   32     1.1s Lockfree.Skiplist concurrent
[ ]    6    0    0    6 /   32     1.3s Lockfree.Skiplist concurrent
[ ]    7    0    0    7 /   32     1.4s Lockfree.Skiplist concurrent
[ ]    9    0    0    9 /   32     1.6s Lockfree.Skiplist concurrent
[ ]   11    0    0   11 /   32     1.9s Lockfree.Skiplist concurrent
[ ]   12    0    0   12 /   32     2.3s Lockfree.Skiplist concurrent
[ ]   14    0    0   14 /   32     3.2s Lockfree.Skiplist concurrent
[ ]   15    0    0   15 /   32     3.5s Lockfree.Skiplist concurrent
[ ]   17    0    0   17 /   32     4.4s Lockfree.Skiplist concurrent
[ ]   19    0    0   19 /   32     4.5s Lockfree.Skiplist concurrent
[ ]   24    0    0   24 /   32     4.6s Lockfree.Skiplist concurrent
[ ]   30    0    0   30 /   32     5.6s Lockfree.Skiplist concurrent
[ ]   32    0    0   32 /   32     5.7s Lockfree.Skiplist concurrent
[]   32    0    0   32 /   32     5.7s Lockfree.Skiplist concurrent
================================================================================
success (ran 2 tests)
(cd _build/default/test/size && ./stm_size.exe)
random seed: 2940559263178484817
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     1.0s Saturn_lockfree.Size concurrent
[ ]    2    0    0    2 /   32     2.3s Saturn_lockfree.Size concurrent
[ ]    3    0    0    3 /   32     3.6s Saturn_lockfree.Size concurrent
[ ]    4    0    0    4 /   32     4.9s Saturn_lockfree.Size concurrent
[ ]    5    0    0    5 /   32     6.4s Saturn_lockfree.Size concurrent
[ ]    6    0    0    6 /   32     6.8s Saturn_lockfree.Size concurrent
[ ]    7    0    0    7 /   32     7.2s Saturn_lockfree.Size concurrent
[ ]    8    0    0    8 /   32     7.3s Saturn_lockfree.Size concurrent
[ ]    9    0    0    9 /   32     7.5s Saturn_lockfree.Size concurrent
[ ]   10    0    0   10 /   32     7.7s Saturn_lockfree.Size concurrent
[ ]   11    0    0   11 /   32     7.9s Saturn_lockfree.Size concurrent
[ ]   12    0    0   12 /   32     8.7s Saturn_lockfree.Size concurrent
[ ]   16    0    0   16 /   32     8.8s Saturn_lockfree.Size concurrent
[ ]   20    0    0   20 /   32     9.3s Saturn_lockfree.Size concurrent
[ ]   21    0    0   21 /   32     9.8s Saturn_lockfree.Size concurrent
[ ]   22    0    0   22 /   32    10.4s Saturn_lockfree.Size concurrent
[ ]   25    0    0   25 /   32    10.6s Saturn_lockfree.Size concurrent
[ ]   26    0    0   26 /   32    11.1s Saturn_lockfree.Size concurrent
[ ]   27    0    0   27 /   32    11.4s Saturn_lockfree.Size concurrent
[ ]   28    0    0   28 /   32    13.0s Saturn_lockfree.Size concurrent
[ ]   29    0    0   29 /   32    14.3s Saturn_lockfree.Size concurrent
[ ]   30    0    0   30 /   32    14.9s 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
================================================================================
success (ran 2 tests)
random seed: 333689619006464344
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.2s Saturn_lockfree.Size concurrent
[ ]    2    0    0    2 /   64     0.3s Saturn_lockfree.Size concurrent
[ ]    3    0    0    3 /   64     0.7s Saturn_lockfree.Size concurrent
[ ]    4    0    0    4 /   64     1.1s Saturn_lockfree.Size concurrent
[ ]    5    0    0    5 /   64     1.4s Saturn_lockfree.Size concurrent
[ ]    9    0    0    9 /   64     1.8s Saturn_lockfree.Size concurrent
[ ]   12    0    0   12 /   64     2.1s Saturn_lockfree.Size concurrent
[ ]   13    0    0   13 /   64     2.3s Saturn_lockfree.Size concurrent
[ ]   14    0    0   14 /   64     2.5s Saturn_lockfree.Size concurrent
[ ]   16    0    0   16 /   64     2.6s Saturn_lockfree.Size concurrent
[ ]   17    0    0   17 /   64     3.2s Saturn_lockfree.Size concurrent
[ ]   19    0    0   19 /   64     3.6s Saturn_lockfree.Size concurrent
[ ]   20    0    0   20 /   64     3.8s Saturn_lockfree.Size concurrent
[ ]   21    0    0   21 /   64     4.1s Saturn_lockfree.Size concurrent
[ ]   23    0    0   23 /   64     4.2s Saturn_lockfree.Size concurrent
[ ]   26    0    0   26 /   64     4.6s Saturn_lockfree.Size concurrent
[ ]   27    0    0   27 /   64     4.7s Saturn_lockfree.Size concurrent
[ ]   28    0    0   28 /   64     4.9s Saturn_lockfree.Size concurrent
[ ]   31    0    0   31 /   64     5.0s Saturn_lockfree.Size concurrent
[ ]   33    0    0   33 /   64     5.3s Saturn_lockfree.Size concurrent
[ ]   35    0    0   35 /   64     5.8s Saturn_lockfree.Size concurrent
[ ]   36    0    0   36 /   64     5.9s Saturn_lockfree.Size concurrent
[ ]   37    0    0   37 /   64     6.4s Saturn_lockfree.Size concurrent
[ ]   41    0    0   41 /   64     6.5s Saturn_lockfree.Size concurrent
[ ]   44    0    0   44 /   64     6.6s Saturn_lockfree.Size concurrent
[ ]   46    0    0   46 /   64     6.8s Saturn_lockfree.Size concurrent
[ ]   47    0    0   47 /   64     7.5s Saturn_lockfree.Size concurrent
[ ]   52    0    0   52 /   64     7.7s Saturn_lockfree.Size concurrent
[ ]   57    0    0   57 /   64     7.9s Saturn_lockfree.Size concurrent
[ ]   60    0    0   60 /   64     9.2s Saturn_lockfree.Size concurrent
[ ]   61    0    0   61 /   64     9.7s Saturn_lockfree.Size concurrent
[ ]   62    0    0   62 /   64    10.0s Saturn_lockfree.Size concurrent
[ ]   63    0    0   63 /   64    10.5s Saturn_lockfree.Size concurrent
[ ]   64    0    0   64 /   64    11.7s Saturn_lockfree.Size concurrent
[]   64    0    0   64 /   64    11.7s Saturn_lockfree.Size concurrent
================================================================================
success (ran 2 tests)
random seed: 3724103656205101482
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  111     0.0s Saturn_lockfree.Size concurrent
[ ]    2    0    0    2 /  111     0.3s Saturn_lockfree.Size concurrent
[ ]    4    0    0    4 /  111     0.5s Saturn_lockfree.Size concurrent
[ ]    5    0    0    5 /  111     0.8s Saturn_lockfree.Size concurrent
[ ]    7    0    0    7 /  111     0.9s Saturn_lockfree.Size concurrent
[ ]    8    0    0    8 /  111     1.1s Saturn_lockfree.Size concurrent
[ ]   10    0    0   10 /  111     1.4s Saturn_lockfree.Size concurrent
[ ]   13    0    0   13 /  111     1.6s Saturn_lockfree.Size concurrent
[ ]   18    0    0   18 /  111     1.8s Saturn_lockfree.Size concurrent
[ ]   20    0    0   20 /  111     2.2s Saturn_lockfree.Size concurrent
[ ]   21    0    0   21 /  111     2.4s Saturn_lockfree.Size concurrent
[ ]   22    0    0   22 /  111     3.1s Saturn_lockfree.Size concurrent
[ ]   23    0    0   23 /  111     3.2s Saturn_lockfree.Size concurrent
[ ]   25    0    0   25 /  111     3.3s Saturn_lockfree.Size concurrent
[ ]   29    0    0   29 /  111     3.6s Saturn_lockfree.Size concurrent
[ ]   35    0    0   35 /  111     3.7s Saturn_lockfree.Size concurrent
[ ]   37    0    0   37 /  111     4.0s Saturn_lockfree.Size concurrent
[ ]   38    0    0   38 /  111     4.3s Saturn_lockfree.Size concurrent
[ ]   39    0    0   39 /  111     4.8s Saturn_lockfree.Size concurrent
[ ]   40    0    0   40 /  111     6.0s Saturn_lockfree.Size concurrent
[ ]   41    0    0   41 /  111     8.6s Saturn_lockfree.Size concurrent
[ ]   42    0    0   42 /  111    10.6s Saturn_lockfree.Size concurrent
[ ]   43    0    0   43 /  111    10.8s Saturn_lockfree.Size concurrent
[ ]   44    0    0   44 /  111    10.9s Saturn_lockfree.Size concurrent
[ ]   45    0    0   45 /  111    11.3s Saturn_lockfree.Size concurrent
[ ]   46    0    0   46 /  111    11.6s Saturn_lockfree.Size concurrent
[ ]   47    0    0   47 /  111    13.3s Saturn_lockfree.Size concurrent
[ ]   48    0    0   48 /  111    14.0s Saturn_lockfree.Size concurrent
[ ]   49    0    0   49 /  111    14.2s Saturn_lockfree.Size concurrent
[ ]   50    0    0   50 /  111    15.3s Saturn_lockfree.Size concurrent
[ ]   51    0    0   51 /  111    16.1s Saturn_lockfree.Size concurrent
[ ]   52    0    0   52 /  111    16.7s Saturn_lockfree.Size concurrent
[ ]   53    0    0   53 /  111    17.2s Saturn_lockfree.Size concurrent
[ ]   54    0    0   54 /  111    17.4s Saturn_lockfree.Size concurrent
[ ]   55    0    0   55 /  111    18.0s Saturn_lockfree.Size concurrent
[ ]   56    0    0   56 /  111    18.4s Saturn_lockfree.Size concurrent
[ ]   57    0    0   57 /  111    18.7s Saturn_lockfree.Size concurrent
[ ]   58    0    0   58 /  111    19.1s Saturn_lockfree.Size concurrent
[ ]   59    0    0   59 /  111    19.5s Saturn_lockfree.Size concurrent
[ ]   60    0    0   60 /  111    19.7s Saturn_lockfree.Size concurrent
[ ]   62    0    0   62 /  111    20.5s Saturn_lockfree.Size concurrent
[ ]   63    0    0   63 /  111    21.0s Saturn_lockfree.Size concurrent
[ ]   64    0    0   64 /  111    21.3s Saturn_lockfree.Size concurrent
[ ]   65    0    0   65 /  111    21.6s Saturn_lockfree.Size concurrent
[ ]   66    0    0   66 /  111    22.2s Saturn_lockfree.Size concurrent
[ ]   67    0    0   67 /  111    22.3s Saturn_lockfree.Size concurrent
[ ]   68    0    0   68 /  111    22.5s Saturn_lockfree.Size concurrent
[ ]   69    0    0   69 /  111    23.1s Saturn_lockfree.Size concurrent
[ ]   70    0    0   70 /  111    23.2s Saturn_lockfree.Size concurrent
[ ]   72    0    0   72 /  111    23.6s Saturn_lockfree.Size concurrent
[ ]   74    0    0   74 /  111    24.0s Saturn_lockfree.Size concurrent
[ ]   75    0    0   75 /  111    24.4s Saturn_lockfree.Size concurrent
[ ]   76    0    0   76 /  111    24.5s Saturn_lockfree.Size concurrent
[ ]   78    0    0   78 /  111    24.7s Saturn_lockfree.Size concurrent
[ ]   80    0    0   80 /  111    24.9s Saturn_lockfree.Size concurrent
[ ]   81    0    0   81 /  111    25.0s Saturn_lockfree.Size concurrent
[ ]   82    0    0   82 /  111    25.4s Saturn_lockfree.Size concurrent
[ ]   83    0    0   83 /  111    25.9s Saturn_lockfree.Size concurrent
[ ]   85    0    0   85 /  111    26.2s Saturn_lockfree.Size concurrent
[ ]   87    0    0   87 /  111    26.3s Saturn_lockfree.Size concurrent
[ ]   89    0    0   89 /  111    26.4s Saturn_lockfree.Size concurrent
[ ]   90    0    0   90 /  111    26.7s Saturn_lockfree.Size concurrent
[ ]   92    0    0   92 /  111    26.9s Saturn_lockfree.Size concurrent
[ ]   95    0    0   95 /  111    27.0s Saturn_lockfree.Size concurrent
[ ]   96    0    0   96 /  111    27.5s Saturn_lockfree.Size concurrent
[ ]  100    0    0  100 /  111    27.6s Saturn_lockfree.Size concurrent
[ ]  102    0    0  102 /  111    27.8s Saturn_lockfree.Size concurrent
[ ]  104    0    0  104 /  111    27.9s Saturn_lockfree.Size concurrent
[ ]  105    0    0  105 /  111    28.1s Saturn_lockfree.Size concurrent
[ ]  106    0    0  106 /  111    28.3s Saturn_lockfree.Size concurrent
[ ]  109    0    0  109 /  111    28.4s Saturn_lockfree.Size concurrent
[ ]  110    0    0  110 /  111    28.6s Saturn_lockfree.Size concurrent
[]  111    0    0  111 /  111    28.6s Saturn_lockfree.Size concurrent
================================================================================
success (ran 2 tests)
random seed: 385923415354854360
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
[ ]    4    0    0    4 /   32     0.1s Saturn_lockfree.Size concurrent
[ ]    6    0    0    6 /   32     0.4s Saturn_lockfree.Size concurrent
[ ]    7    0    0    7 /   32     0.7s Saturn_lockfree.Size concurrent
[ ]    8    0    0    8 /   32     0.9s Saturn_lockfree.Size concurrent
[ ]    9    0    0    9 /   32     1.1s Saturn_lockfree.Size concurrent
[ ]   10    0    0   10 /   32     1.3s Saturn_lockfree.Size concurrent
[ ]   11    0    0   11 /   32     1.5s Saturn_lockfree.Size concurrent
[ ]   12    0    0   12 /   32     3.2s Saturn_lockfree.Size concurrent
[ ]   13    0    0   13 /   32     3.4s Saturn_lockfree.Size concurrent
[ ]   14    0    0   14 /   32     3.6s Saturn_lockfree.Size concurrent
[ ]   15    0    0   15 /   32     3.7s Saturn_lockfree.Size concurrent
[ ]   17    0    0   17 /   32     3.9s Saturn_lockfree.Size concurrent
[ ]   19    0    0   19 /   32     4.0s Saturn_lockfree.Size concurrent
[ ]   23    0    0   23 /   32     5.0s Saturn_lockfree.Size concurrent
[ ]   29    0    0   29 /   32     5.6s Saturn_lockfree.Size concurrent
[ ]   32    0    0   32 /   32     5.8s Saturn_lockfree.Size concurrent
[]   32    0    0   32 /   32     5.8s 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 `KVK3GR6X'.

  [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 135.104s. 9 tests run.
(cd _build/default/test/michael_scott_queue && ./stm_michael_scott_queue.exe)
random seed: 2389800166210765257
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     1.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    2    0    0    2 /   32     2.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    3    0    0    3 /   32     3.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    4    0    0    4 /   32     5.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    5    0    0    5 /   32     6.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    6    0    0    6 /   32     6.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    7    0    0    7 /   32     6.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    9    0    0    9 /   32     7.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   11    0    0   11 /   32     7.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   13    0    0   13 /   32     7.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   14    0    0   14 /   32     8.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   15    0    0   15 /   32     9.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   16    0    0   16 /   32     9.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   17    0    0   17 /   32    10.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   18    0    0   18 /   32    10.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   19    0    0   19 /   32    11.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   20    0    0   20 /   32    12.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   21    0    0   21 /   32    13.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   22    0    0   22 /   32    14.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   23    0    0   23 /   32    14.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   24    0    0   24 /   32    14.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   26    0    0   26 /   32    15.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   28    0    0   28 /   32    15.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   29    0    0   29 /   32    15.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   30    0    0   30 /   32    16.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   31    0    0   31 /   32    16.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   32    0    0   32 /   32    16.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[]   32    0    0   32 /   32    16.8s Saturn_lockfree.michael_scott_queue_safe concurrent
================================================================================
success (ran 2 tests)
random seed: 1535992464251904663
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.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    7    0    0    7 /   64     0.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    8    0    0    8 /   64     0.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    9    0    0    9 /   64     1.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   10    0    0   10 /   64     1.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   12    0    0   12 /   64     1.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   14    0    0   14 /   64     1.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   15    0    0   15 /   64     2.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   16    0    0   16 /   64     2.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   19    0    0   19 /   64     2.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   23    0    0   23 /   64     2.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   29    0    0   29 /   64     2.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   33    0    0   33 /   64     3.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   35    0    0   35 /   64     3.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   36    0    0   36 /   64     3.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   42    0    0   42 /   64     3.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   46    0    0   46 /   64     3.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   50    0    0   50 /   64     4.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   55    0    0   55 /   64     4.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   61    0    0   61 /   64     4.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   62    0    0   62 /   64     5.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   64    0    0   64 /   64     5.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[]   64    0    0   64 /   64     5.2s Saturn_lockfree.michael_scott_queue_safe concurrent
================================================================================
success (ran 2 tests)
random seed: 3175213673153069253
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /  128     0.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    1    0    0    1 /  128     0.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    3    0    0    3 /  128     0.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    8    0    0    8 /  128     0.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   13    0    0   13 /  128     3.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   14    0    0   14 /  128     3.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   15    0    0   15 /  128     3.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   17    0    0   17 /  128     3.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   18    0    0   18 /  128     5.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   19    0    0   19 /  128     5.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   20    0    0   20 /  128     5.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   21    0    0   21 /  128     5.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   23    0    0   23 /  128     6.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   24    0    0   24 /  128     6.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   25    0    0   25 /  128     6.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   27    0    0   27 /  128     6.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   29    0    0   29 /  128     7.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   33    0    0   33 /  128     7.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   34    0    0   34 /  128     7.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   35    0    0   35 /  128     7.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   36    0    0   36 /  128     7.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   37    0    0   37 /  128     8.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   38    0    0   38 /  128     8.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   39    0    0   39 /  128     8.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   42    0    0   42 /  128     8.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   43    0    0   43 /  128     9.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   44    0    0   44 /  128     9.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   45    0    0   45 /  128    11.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   46    0    0   46 /  128    12.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   47    0    0   47 /  128    13.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   48    0    0   48 /  128    15.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   49    0    0   49 /  128    16.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   50    0    0   50 /  128    16.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   51    0    0   51 /  128    16.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   52    0    0   52 /  128    17.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   53    0    0   53 /  128    18.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   54    0    0   54 /  128    20.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   55    0    0   55 /  128    21.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   56    0    0   56 /  128    21.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   58    0    0   58 /  128    22.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   59    0    0   59 /  128    22.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   60    0    0   60 /  128    23.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   61    0    0   61 /  128    23.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   62    0    0   62 /  128    24.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   63    0    0   63 /  128    24.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   64    0    0   64 /  128    24.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   65    0    0   65 /  128    24.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   66    0    0   66 /  128    25.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   67    0    0   67 /  128    26.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   68    0    0   68 /  128    26.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   69    0    0   69 /  128    26.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   70    0    0   70 /  128    26.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   72    0    0   72 /  128    27.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   73    0    0   73 /  128    27.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   74    0    0   74 /  128    27.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   75    0    0   75 /  128    28.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   76    0    0   76 /  128    28.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   78    0    0   78 /  128    28.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   79    0    0   79 /  128    29.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   80    0    0   80 /  128    29.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   81    0    0   81 /  128    30.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   83    0    0   83 /  128    30.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   84    0    0   84 /  128    30.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   86    0    0   86 /  128    30.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   88    0    0   88 /  128    30.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   91    0    0   91 /  128    31.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   92    0    0   92 /  128    31.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   93    0    0   93 /  128    31.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   95    0    0   95 /  128    31.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   97    0    0   97 /  128    31.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   99    0    0   99 /  128    32.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  102    0    0  102 /  128    32.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  103    0    0  103 /  128    32.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  104    0    0  104 /  128    32.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  105    0    0  105 /  128    33.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  107    0    0  107 /  128    33.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  108    0    0  108 /  128    33.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  110    0    0  110 /  128    33.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  112    0    0  112 /  128    33.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  113    0    0  113 /  128    34.1s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  116    0    0  116 /  128    34.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  117    0    0  117 /  128    34.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  119    0    0  119 /  128    34.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  120    0    0  120 /  128    35.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  121    0    0  121 /  128    35.3s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  123    0    0  123 /  128    35.5s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  124    0    0  124 /  128    35.7s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  125    0    0  125 /  128    35.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  126    0    0  126 /  128    36.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  127    0    0  127 /  128    36.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]  128    0    0  128 /  128    36.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[]  128    0    0  128 /  128    36.8s Saturn_lockfree.michael_scott_queue_safe concurrent
================================================================================
success (ran 2 tests)
random seed: 2375260619128156073
generated error fail pass / total     time test name

[ ]    0    0    0    0 /   32     0.0s Saturn_lockfree.michael_scott_queue_safe sequential
[]   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.6s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    4    0    0    4 /   32     1.2s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]    9    0    0    9 /   32     1.4s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   14    0    0   14 /   32     1.8s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   21    0    0   21 /   32     1.9s Saturn_lockfree.michael_scott_queue_safe concurrent
[ ]   26    0    0   26 /   32     2.0s Saturn_lockfree.michael_scott_queue_safe concurrent
[]   32    0    0   32 /   32     2.1s Saturn_lockfree.michael_scott_queue_safe concurrent
================================================================================
success (ran 2 tests)
random seed: 3972874209274625135
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.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    2    0    0    2 /   32     0.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    5    0    0    5 /   32     0.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    9    0    0    9 /   32     1.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   11    0    0   11 /   32     2.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   12    0    0   12 /   32     4.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   15    0    0   15 /   32     4.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   16    0    0   16 /   32     6.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   17    0    0   17 /   32     7.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   18    0    0   18 /   32     9.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   20    0    0   20 /   32    10.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   21    0    0   21 /   32    11.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   22    0    0   22 /   32    12.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   23    0    0   23 /   32    13.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   25    0    0   25 /   32    13.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   26    0    0   26 /   32    15.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   27    0    0   27 /   32    18.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   28    0    0   28 /   32    18.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   31    0    0   31 /   32    19.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   32    0    0   32 /   32    20.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[]   32    0    0   32 /   32    20.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
================================================================================
success (ran 2 tests)
random seed: 4497874002342039286
generated error fail pass / total     time test name

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

[ ]    0    0    0    0 /   60     0.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    1    0    0    1 /   60     4.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    2    0    0    2 /   60     6.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    3    0    0    3 /   60     8.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]    4    0    0    4 /   60     9.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   10    0    0   10 /   60     9.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   11    0    0   11 /   60     9.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   12    0    0   12 /   60    11.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   13    0    0   13 /   60    12.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   14    0    0   14 /   60    12.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   15    0    0   15 /   60    13.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   16    0    0   16 /   60    17.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   17    0    0   17 /   60    17.7s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   19    0    0   19 /   60    18.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   22    0    0   22 /   60    20.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   23    0    0   23 /   60    22.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   24    0    0   24 /   60    25.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   25    0    0   25 /   60    30.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   26    0    0   26 /   60    31.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   27    0    0   27 /   60    36.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   28    0    0   28 /   60    41.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   29    0    0   29 /   60    45.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   30    0    0   30 /   60    45.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   31    0    0   31 /   60    46.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   32    0    0   32 /   60    48.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   34    0    0   34 /   60    53.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   35    0    0   35 /   60    54.3s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   37    0    0   37 /   60    54.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   38    0    0   38 /   60    55.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   39    0    0   39 /   60    55.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   40    0    0   40 /   60    56.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   41    0    0   41 /   60    56.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   42    0    0   42 /   60    56.9s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   43    0    0   43 /   60    57.6s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   50    0    0   50 /   60    57.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   51    0    0   51 /   60    59.1s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   52    0    0   52 /   60    59.8s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   54    0    0   54 /   60    60.0s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   55    0    0   55 /   60    60.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   56    0    0   56 /   60    61.2s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   58    0    0   58 /   60    61.4s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[ ]   59    0    0   59 /   60    61.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
[]   60    0    0   60 /   60    61.5s Saturn_lockfree.michael_scott_queue_unsafe concurrent
================================================================================
success (ran 2 tests)
2024-09-18 16:38.04 ---> saved as "a5e49051bb13cca2fa6fdd63df760e8040c7ee5b54b83f741a9dcb72dd095d9f"
Job succeeded
2024-09-18 16:38.04: Job succeeded